summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-09-24 08:26:58 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-09-24 08:26:58 +0200
commitebb329b922eadeaa413a8b2684bc52fe6281548b (patch)
treebca41b0000de0b0b46940feb79302ff2ca012309
parentb939bc47b27cd57c6ebb852ad653933e4124b452 (diff)
downloadcurl-bagder/load-engines.tar.gz
openssl: load built-in engines toobagder/load-engines
Regression since 38203f1 Reported-by: Jean Fabrice Fixes #3023
-rw-r--r--lib/vtls/openssl.c2
1 files changed, 1 insertions, 1 deletions
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