Restore module loading
[openssl.git] / apps / ocsp.c
index c71b0d6d2cba0f260b1a8d1cf9a26cf462c3fab9..4c3aa394104e0db34f5aa47fcbddde639c9cefaf 100644 (file)
@@ -482,6 +482,9 @@ int ocsp_main(int argc, char **argv)
     if (!req && !reqin && !respin && !(port && ridx_filename))
         goto opthelp;
 
+    if (!app_load_modules(NULL))
+        goto end;
+
     out = bio_open_default(outfile, "w");
     if (out == NULL)
         goto end;