From: Dr. Stephen Henson Date: Thu, 12 May 2005 17:28:53 +0000 (+0000) Subject: Typo. X-Git-Tag: OpenSSL_0_9_8-beta1~13^2~27 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=c596c795bfdc2cd6b6d06e5cd972f5b2ff40ef9c Typo. --- 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;