From: Dr. Stephen Henson Date: Thu, 12 May 2005 17:27:48 +0000 (+0000) Subject: Typo. X-Git-Tag: BEN_FIPS_TEST_8~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e1ff593dcb2e9f5cebcc046eb837d02ae4bcc011;p=oweals%2Fopenssl.git Typo. --- diff --git a/crypto/engine/eng_cnf.c b/crypto/engine/eng_cnf.c index cdf670901a..4225760af1 100644 --- 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;