summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorViktor Szakats <commit@vsz.me>2023-03-05 19:52:21 +0000
committerViktor Szakats <commit@vsz.me>2023-03-05 19:52:21 +0000
commit8d0fa3a70d14f0dd275e5b41442406b74142687a (patch)
tree6ebd6d9eaeb40f2c6d17321966de88fe1e326170 /lib
parent016c62c4d52997f31d7e45b50cc7e8165a1488dc (diff)
downloadcurl-8d0fa3a70d14f0dd275e5b41442406b74142687a.tar.gz
Makefile.mk: delete redundant `HAVE_LDAP_SSL` macro [ci skip]
Since abebb2b8939c6b3e0f951eb2d9ec3729b569aa2c, we set this macro for all Windows `wldap32` builds using `Makefile.mk`. For OpenLDAP builds this macro is not enough to enable LDAPS, and OpenLDAP is not an option in `Makefile.mk`. For Novell LDAP it might have helped, but it's also not an option anymore in `Makefile.mk`. The future for LDAPS is that we should enable it by default without extra build knobs. Reviewed-by: Marcel Raad Closes #10681
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Makefile.mk b/lib/Makefile.mk
index 3418ad14a..ebf88547c 100644
--- a/lib/Makefile.mk
+++ b/lib/Makefile.mk
@@ -310,9 +310,6 @@ endif
ifneq ($(findstring -ipv6,$(CFG)),)
CPPFLAGS += -DENABLE_IPV6
endif
-ifneq ($(findstring -ldaps,$(CFG)),)
- CPPFLAGS += -DHAVE_LDAP_SSL
-endif
ifneq ($(findstring -watt,$(CFG))$(MSDOS),)
WATT_PATH ?= $(PROOT)/../watt