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:
c4d9c13
)
Typo.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 12 May 2005 17:27:48 +0000
(17:27 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 12 May 2005 17:27:48 +0000
(17:27 +0000)
crypto/engine/eng_cnf.c
patch
|
blob
|
history
diff --git
a/crypto/engine/eng_cnf.c
b/crypto/engine/eng_cnf.c
index cdf670901adc9011b0f028da7ace4ce34cb5734c..4225760af10b90fbc578c45b527bd57c4c4559b7 100644
(file)
--- a/
crypto/engine/eng_cnf.c
+++ b/
crypto/engine/eng_cnf.c
@@
-158,7
+158,7
@@
static int int_engine_configure(char *name, char *value, const CONF *cnf)
*/
if (!strcmp(ctrlvalue, "EMPTY"))
ctrlvalue = NULL;
-
else
if (!strcmp(ctrlname, "init"))
+ if (!strcmp(ctrlname, "init"))
{
if (!NCONF_get_number_e(cnf, value, "init", &do_init))
goto err;