Restore module loading
[openssl.git] / apps / srp.c
index b91d7d076580f4e891df310a59f18057dc8084db..c730d6d1532b7032b14e7cf8ce203b1b32d20276 100644 (file)
@@ -354,6 +354,8 @@ int srp_main(int argc, char **argv)
         conf = app_load_config(configfile);
         if (conf == NULL)
             goto end;
+       if (!app_load_modules(conf))
+            goto end;
 
         /* Lets get the config section we are using */
         if (section == NULL) {