Commit 1a5e4148 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Fix but in apps/pkcs12.c

PR: 1377
parent ec363938
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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,