summaryrefslogtreecommitdiff
path: root/lib/Makefile.m32
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-02-29 23:39:42 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-02-29 23:39:42 +0100
commit6fa2f0f24e186a879e498306f42d3fefc9be0239 (patch)
tree22942fd4a561b1707c0d76d8e39baef8672810e3 /lib/Makefile.m32
parent5b46790f11ff85bfed3fd5d2563bb3a07b14611b (diff)
downloadcurl-bagder/HAVE_OPENSSL_ENGINE_H.tar.gz
build: remove all HAVE_OPENSSL_ENGINE_H definesbagder/HAVE_OPENSSL_ENGINE_H
... as there's nothing in the code that actually uses the define!
Diffstat (limited to 'lib/Makefile.m32')
-rw-r--r--lib/Makefile.m324
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32
index b6ef0a5cb..ac6b3de63 100644
--- a/lib/Makefile.m32
+++ b/lib/Makefile.m32
@@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1999 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1999 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -270,7 +270,7 @@ ifdef SSL
OPENSSL_LIBS += -lgdi32 -lcrypt32
endif
INCLUDES += -I"$(OPENSSL_INCLUDE)"
- CFLAGS += -DUSE_OPENSSL -DHAVE_OPENSSL_ENGINE_H -DHAVE_OPENSSL_PKCS12_H \
+ CFLAGS += -DUSE_OPENSSL -DHAVE_OPENSSL_PKCS12_H \
-DOPENSSL_NO_KRB5
DLL_LIBS += -L"$(OPENSSL_LIBPATH)" $(OPENSSL_LIBS)
ifdef SRP