return errors for unsupported operations
[openssl.git] / apps / pkcs12.c
index e1f663a058adcaabf9d4b81d30ab742817e19fe7..11930e9e16e283f3624940d25c5a0bad2be01208 100644 (file)
@@ -354,9 +354,6 @@ int pkcs12_main(int argc, char **argv)
         mpass = macpass;
     }
 
-    if (!app_load_modules(NULL))
-        goto end;
-
     if (export_cert || inrand) {
         app_RAND_load_file(NULL, (inrand != NULL));
         if (inrand != NULL)