From 296f54ee211edbf8d21479091b4c20a9ee7698ad Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 29 May 2015 08:07:10 +0200 Subject: 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 --- apps/s_client.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/s_client.c') diff --git a/apps/s_client.c b/apps/s_client.c index 6c14af0e27..009e5fe895 100644 --- a/apps/s_client.c +++ b/apps/s_client.c @@ -1059,6 +1059,9 @@ int s_client_main(int argc, char **argv) argc = opt_num_rest(); argv = opt_rest(); + if (!app_load_modules(NULL)) + goto end; + if (proxystr) { if (connectstr == NULL) { BIO_printf(bio_err, "%s: -proxy requires use of -connect\n", prog); -- cgit v1.2.3