APPS: Allow OPENSSL_CONF to be empty, not loading a config file
[openssl.git] / apps / srp.c
index 3d8ce3e7c6b71dd8d7a04194888116b4209fa82c..f7edfa99305b4d232fd6375332fba276e380d9c1 100644 (file)
@@ -338,10 +338,7 @@ int srp_main(int argc, char **argv)
         if (configfile == NULL)
             configfile = default_config_file;
 
-        if (verbose)
-            BIO_printf(bio_err, "Using configuration from %s\n",
-                       configfile);
-        conf = app_load_config(configfile);
+        conf = app_load_config_verbose(configfile, verbose);
         if (conf == NULL)
             goto end;
         if (configfile != default_config_file && !app_load_modules(conf))