Centralise loading default apps config file
[openssl.git] / apps / ciphers.c
index a2ccf2842d81e417e7724f6a3a433385954c4192..bf3c20499e1f35db9b3340ac72a0e440c888045c 100644 (file)
@@ -144,9 +144,6 @@ int ciphers_main(int argc, char **argv)
     else if (argc != 0)
         goto opthelp;
 
-    if (!app_load_modules(NULL))
-        goto end;
-
     ctx = SSL_CTX_new(meth);
     if (ctx == NULL)
         goto err;