]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/pkcs12.c
Remove unused parameters from internal functions
[thirdparty/openssl.git] / apps / pkcs12.c
index e8df4998f7e5353846dd5f39bf9e955ed91b581c..b4aabb2b8610528e9d446229702acf2e78a730b7 100644 (file)
@@ -397,7 +397,7 @@ int pkcs12_main(int argc, char **argv)
 
         /* Load in all certs in input file */
         if (!(options & NOCERTS)) {
-            if (!load_certs(infile, &certs, FORMAT_PEM, NULL, e,
+            if (!load_certs(infile, &certs, FORMAT_PEM, NULL,
                             "certificates"))
                 goto export_end;
 
@@ -426,7 +426,7 @@ int pkcs12_main(int argc, char **argv)
 
         /* Add any more certificates asked for */
         if (certfile) {
-            if (!load_certs(certfile, &certs, FORMAT_PEM, NULL, e,
+            if (!load_certs(certfile, &certs, FORMAT_PEM, NULL,
                             "certificates from certfile"))
                 goto export_end;
         }