aboutsummaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/openssl.c')
-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();