apps: Add maybe_stdin argument to load_certs and set it in pkcs12
[openssl.git] / apps / smime.c
index 63578f28d5a3791399eb3124e791839ca9317932..dcef6b3b4950c6bd9db77977e55ad72145558efd 100644 (file)
@@ -457,7 +457,7 @@ int smime_main(int argc, char **argv)
     }
 
     if (certfile != NULL) {
-        if (!load_certs(certfile, &other, NULL, "certificates")) {
+        if (!load_certs(certfile, 0, &other, NULL, "certificates")) {
             ERR_print_errors(bio_err);
             goto end;
         }