Restore module loading
[openssl.git] / apps / spkac.c
index bd99f0e66aca6dd9d6ef3de0ccafe62786060b9f..d41331caba4ce6f193c0ea565d22b07056da2c9d 100644 (file)
@@ -186,6 +186,8 @@ int spkac_main(int argc, char **argv)
 
     if ((conf = app_load_config(infile)) == NULL)
         goto end;
+    if (!app_load_modules(conf))
+        goto end;
 
     spkstr = NCONF_get_string(conf, spksect, spkac);