Typo.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 12 May 2005 17:28:53 +0000 (17:28 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 12 May 2005 17:28:53 +0000 (17:28 +0000)
crypto/engine/eng_cnf.c

index 7bc30602e92a26769eee2b6a73b5fa52e1283704..a97e01e619ff024d7e3c45a52e2b98dee195aba6 100644 (file)
@@ -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;