Restore module loading
[openssl.git] / apps / ciphers.c
index 47132fdfc51e68ae41defdd2ac5058113e8ae526..b1b3bddd76dd28df1892623ebc4aea527b4309a0 100644 (file)
@@ -148,6 +148,9 @@ 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;