Restore module loading

The module loading feature got broken a while ago, so restore it, but
have it a bit more explicit this time around.

Reviewed-by: Stephen Henson <steve@openssl.org>
This commit is contained in:
Richard Levitte
2015-05-29 08:07:10 +02:00
parent 2142519500
commit 296f54ee21
43 changed files with 186 additions and 14 deletions

View File

@@ -1438,6 +1438,9 @@ int s_server_main(int argc, char *argv[])
goto end;
}
if (!app_load_modules(NULL))
goto end;
if (s_key_file == NULL)
s_key_file = s_cert_file;