From: Daniel Stenberg Date: Mon, 24 Sep 2018 06:26:58 +0000 (+0200) Subject: openssl: load built-in engines too X-Git-Tag: curl-7_62_0~140 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2dd435d473cdc97785df95d032276fafb4b7746;p=thirdparty%2Fcurl.git openssl: load built-in engines too Regression since 38203f1 Reported-by: Jean Fabrice Fixes #3023 Closes #3040 --- diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index 230eea2d00..551298926b 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