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

index cdf670901adc9011b0f028da7ace4ce34cb5734c..4225760af10b90fbc578c45b527bd57c4c4559b7 100644 (file)
@@ -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;