Make the RSA structure opaque
[openssl.git] / apps / pkcs7.c
index fff14dc95958ac9e62055d7f5a6b0c37ad6c3159..ad8330d42ff76e0864be2ed01b3cf60b19517da8 100644 (file)
@@ -191,10 +191,8 @@ int pkcs7_main(int argc, char **argv)
         }
     }
     argc = opt_num_rest();
-    argv = opt_rest();
-
-    if (!app_load_modules(NULL))
-        goto end;
+    if (argc != 0)
+        goto opthelp;
 
     in = bio_open_default(infile, 'r', informat);
     if (in == NULL)