Centralise loading default apps config file
[openssl.git] / apps / smime.c
index db645d0e16848291bc8e65d016cf0630a7328c6e..551a8fd44d6e12b43bab764f99a5778acecb5dc9 100644 (file)
@@ -422,9 +422,6 @@ int smime_main(int argc, char **argv)
         goto end;
     }
 
-    if (!app_load_modules(NULL))
-        goto end;
-
     if (need_rand) {
         app_RAND_load_file(NULL, (inrand != NULL));
         if (inrand != NULL)