aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-02-09 13:12:34 +0000
committerMatt Caswell <matt@openssl.org>2016-02-09 15:12:02 +0000
commit35d8fa563c9abc80c6e8d87396ab48dbd1a4c78d (patch)
treec9607dad528f347acd79d322e4d4b88dbc115c7a /apps
parent722cba232150ff4d7c3ea5cae0d1e90e38a5d7d3 (diff)
downloadopenssl-35d8fa563c9abc80c6e8d87396ab48dbd1a4c78d.tar.gz
Updates for auto init/deinit review comments
Fixes for the auto-init/deinit code based on review comments Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'apps')
-rw-r--r--apps/openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/openssl.c b/apps/openssl.c
index febfc598e8..e558b71d22 100644
--- a/apps/openssl.c
+++ b/apps/openssl.c
@@ -173,7 +173,7 @@ static int apps_startup()
/* Set non-default library initialisation settings */
OPENSSL_INIT_crypto_library_start(OPENSSL_INIT_ENGINE_ALL_BUILTIN
- | OPENSSL_INIT_LOAD_CONFIG, NULL);
+ | OPENSSL_INIT_LOAD_CONFIG, NULL);
setup_ui_method();