X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fsrp.c;h=14f837f3605cdd58061c11576c0d6007ba65d279;hp=48ef85ded3c839937098879d21f4853b5eac94c9;hb=c821defc3f728a491856b7286e5b2cbda96a3563;hpb=727ee8cfeb2893d5aec4a6e571e9adf0667e9135 diff --git a/apps/srp.c b/apps/srp.c index 48ef85ded3..14f837f360 100644 --- a/apps/srp.c +++ b/apps/srp.c @@ -359,7 +359,7 @@ int srp_main(int argc, char **argv) conf = app_load_config(configfile); if (conf == NULL) goto end; - if (!app_load_modules(conf)) + if (configfile != default_config_file && !app_load_modules(conf)) goto end; /* Lets get the config section we are using */