RT3962: Check accept_count only if not unlimited
[openssl.git] / apps / pkcs7.c
index 7c62a8658e6939b3e8d964823dc3aa09817c5eed..248e0d6db26cd477cc04624517a44dcc4313f7ea 100644 (file)
@@ -193,6 +193,9 @@ int pkcs7_main(int argc, char **argv)
     argc = opt_num_rest();
     argv = opt_rest();
 
+    if (!app_load_modules(NULL))
+        goto end;
+
     in = bio_open_default(infile, RB(informat));
     if (in == NULL)
         goto end;