From 0caf1423e552f2fdd02f2dec23b1e33a36c38486 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 16 Dec 2019 22:53:10 +0100 Subject: define: remove HAVE_ENGINE_LOAD_BUILTIN_ENGINES, not used anymore It is covered by USE_OPENSSL_ENGINE now. Reported-by: Gisle Vanem Bug: https://github.com/curl/curl/commit/87b9337c8f76c21c57b204e88b68c6ecf3bd1ac0#commitcomment-36447951 Closes #4725 --- lib/config-plan9.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/config-plan9.h') diff --git a/lib/config-plan9.h b/lib/config-plan9.h index 64bfbdea0..4063d4bbd 100644 --- a/lib/config-plan9.h +++ b/lib/config-plan9.h @@ -102,7 +102,6 @@ #define HAVE_BASENAME 1 #define HAVE_BOOL_T 1 #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1 -#define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL 1 #define HAVE_FCNTL_H 1 -- cgit v1.2.3