From ebb329b922eadeaa413a8b2684bc52fe6281548b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 24 Sep 2018 08:26:58 +0200 Subject: openssl: load built-in engines too Regression since 38203f1 Reported-by: Jean Fabrice Fixes #3023 --- lib/vtls/openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index 230eea2d0..551298926 100644 --- a/lib/vtls/openssl.c +++ b/lib/vtls/openssl.c @@ -978,7 +978,7 @@ static int Curl_ossl_init(void) OPENSSL_load_builtin_modules(); -#ifdef HAVE_ENGINE_LOAD_BUILTIN_ENGINES +#ifdef USE_OPENSSL_ENGINE ENGINE_load_builtin_engines(); #endif -- cgit v1.2.1