artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf7196e
)
remove unused variable
author
chl
<chl@openbsd.org>
Thu, 15 Jan 2015 17:34:15 +0000
(17:34 +0000)
committer
chl
<chl@openbsd.org>
Thu, 15 Jan 2015 17:34:15 +0000
(17:34 +0000)
ok tedu@
usr.bin/encrypt/encrypt.c
patch
|
blob
|
history
diff --git
a/usr.bin/encrypt/encrypt.c
b/usr.bin/encrypt/encrypt.c
index
a177266
..
fa1b7d9
100644
(file)
--- a/
usr.bin/encrypt/encrypt.c
+++ b/
usr.bin/encrypt/encrypt.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: encrypt.c,v 1.3
7 2015/01/05 14:07:12 tedu Exp $
*/
+/* $OpenBSD: encrypt.c,v 1.3
8 2015/01/15 17:34:15 chl Exp $
*/
/*
* Copyright (c) 1996, Jason Downs. All rights reserved.
@@
-88,7
+88,6
@@
main(int argc, char **argv)
int opt;
int operation = -1;
int prompt = 0;
- int rounds;
char *extra = NULL; /* Store salt or number of rounds */
const char *errstr;