Loading apps/req.c +1 −1 Original line number Diff line number Diff line Loading @@ -422,7 +422,7 @@ bad: if (template != NULL) { long errline; long errline = -1; BIO_printf(bio_err,"Using configuration from %s\n",template); req_conf=CONF_load(NULL,template,&errline); Loading apps/x509.c +1 −1 Original line number Diff line number Diff line Loading @@ -447,7 +447,7 @@ bad: if (extfile) { long errorline; long errorline = -1; X509V3_CTX ctx2; if (!(extconf=CONF_load(NULL,extfile,&errorline))) { Loading Loading
apps/req.c +1 −1 Original line number Diff line number Diff line Loading @@ -422,7 +422,7 @@ bad: if (template != NULL) { long errline; long errline = -1; BIO_printf(bio_err,"Using configuration from %s\n",template); req_conf=CONF_load(NULL,template,&errline); Loading
apps/x509.c +1 −1 Original line number Diff line number Diff line Loading @@ -447,7 +447,7 @@ bad: if (extfile) { long errorline; long errorline = -1; X509V3_CTX ctx2; if (!(extconf=CONF_load(NULL,extfile,&errorline))) { Loading