Fix but in apps/pkcs12.c

PR: 1377
This commit is contained in:
Dr. Stephen Henson
2006-09-22 00:28:37 +00:00
parent ec3639385e
commit 1a5e414863

View File

@@ -180,6 +180,7 @@ int MAIN(int argc, char **argv)
args++;
if (!strcmp(*args, "NONE"))
cert_pbe = -1;
else
cert_pbe=OBJ_txt2nid(*args);
if(cert_pbe == NID_undef) {
BIO_printf(bio_err,