summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-07-08 23:09:52 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-12-22 15:14:14 +0000
commit287d0b948d184dbba782de15a9895189c5e34854 (patch)
tree741f0a1ef9a07d0fc7aa7feb2b101c68e05a532a /apps/openssl.c
parentf33bad332182f401d0f8d68808df4ff4858e98df (diff)
Add ssl configuration support to s_server and s_client
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'apps/openssl.c')
-rw-r--r--apps/openssl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/openssl.c b/apps/openssl.c
index 5ce04ceaf3..f2c7ccf0c4 100644
--- a/apps/openssl.c
+++ b/apps/openssl.c
@@ -176,6 +176,7 @@ static int apps_startup()
ERR_load_SSL_strings();
OPENSSL_load_builtin_modules();
+ SSL_add_ssl_module();
#ifndef OPENSSL_NO_ENGINE
ENGINE_load_builtin_engines();
#endif