commit | 296f54ee211edbf8d21479091b4c20a9ee7698ad | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Fri May 29 08:07:10 2015 +0200 |
committer | Richard Levitte <levitte@openssl.org> | Fri May 29 12:41:50 2015 +0200 |
tree | 4f746de806c85723368d65c4ab36d8e34974b214 | |
parent | 21425195009e4daf6971453f8a0be08375ae9eec [diff] [blame] |
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>
diff --git a/apps/s_server.c b/apps/s_server.c index 6bbabcc..189019d 100644 --- a/apps/s_server.c +++ b/apps/s_server.c
@@ -1438,6 +1438,9 @@ goto end; } + if (!app_load_modules(NULL)) + goto end; + if (s_key_file == NULL) s_key_file = s_cert_file;