aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_cnf.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-05-12 17:28:53 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-05-12 17:28:53 +0000
commitc596c795bfdc2cd6b6d06e5cd972f5b2ff40ef9c (patch)
tree6a7299c6b0e6bb5246e9ce30d1b617f0e4b50331 /crypto/engine/eng_cnf.c
parent3f19bbf4e3ff4e135f4247a3f5ab9762a030b1f0 (diff)
downloadopenssl-c596c795bfdc2cd6b6d06e5cd972f5b2ff40ef9c.tar.gz
Typo.
Diffstat (limited to 'crypto/engine/eng_cnf.c')
-rw-r--r--crypto/engine/eng_cnf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/eng_cnf.c b/crypto/engine/eng_cnf.c
index 7bc30602e9..a97e01e619 100644
--- a/crypto/engine/eng_cnf.c
+++ b/crypto/engine/eng_cnf.c
@@ -155,7 +155,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;