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-vxworks.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/config-vxworks.h') diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h index d352578e3..004fd4e80 100644 --- a/lib/config-vxworks.h +++ b/lib/config-vxworks.h @@ -143,9 +143,6 @@ /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 -/* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */ -#define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 - /* Define to 1 if you have the header file. */ #define HAVE_ERRNO_H 1 -- cgit v1.2.3