projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23b0fa5
)
Have -K actually take an argument, and correct help text
author
Richard Levitte
<levitte@openssl.org>
Mon, 4 May 2015 15:33:34 +0000
(17:33 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 4 May 2015 18:15:54 +0000
(20:15 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/enc.c
patch
|
blob
|
history
diff --git
a/apps/enc.c
b/apps/enc.c
index 8b892cfea9ef4f3066409723238216b11ad0ab2d..ce5bbab6ceebbb053d702339a495193ee895539c 100644
(file)
--- a/
apps/enc.c
+++ b/
apps/enc.c
@@
-113,7
+113,7
@@
OPTIONS enc_options[] = {
{"bufsize", OPT_BUFSIZE, 's', "Buffer size"},
{"k", OPT_K, 's', "Passphrase"},
{"kfile", OPT_KFILE, '<', "Fead passphrase from file"},
- {"K", OPT_UPPER_K, '
-', "Same as -iv
"},
+ {"K", OPT_UPPER_K, '
s', "Raw key, in hex
"},
{"S", OPT_UPPER_S, 's', "Salt, in hex"},
{"iv", OPT_IV, 's', "IV in hex"},
{"md", OPT_MD, 's', "Use specified digest to create key from passphrase"},