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:
f2dc4d5
)
Fix argument processing error from the option parsing change over.
author
Tim Hudson
<tjh@openssl.org>
Mon, 15 Jun 2015 01:36:32 +0000
(11:36 +1000)
committer
Tim Hudson
<tjh@openssl.org>
Mon, 15 Jun 2015 01:36:32 +0000
(11:36 +1000)
Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/ca.c
patch
|
blob
|
history
diff --git
a/apps/ca.c
b/apps/ca.c
index 4dc9176c8a01d2c59b3681a5fb62fb01723c82df..a0f9f7955a22da2881d4c38c5aa7d2074c8f0874 100644
(file)
--- a/
apps/ca.c
+++ b/
apps/ca.c
@@
-325,6
+325,7
@@
opthelp:
ret = 0;
goto end;
case OPT_IN:
+ req = 1;
infile = opt_arg();
break;
case OPT_OUT: