BN_GF2m_mod_inv(): check bn_wexpand return value
[openssl.git] / apps / pkcs7.c
index fff14dc95958ac9e62055d7f5a6b0c37ad6c3159..1ed0b013395b95f33c8ca0ba150cee6057177f65 100644 (file)
@@ -193,9 +193,6 @@ 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, 'r', informat);
     if (in == NULL)
         goto end;