aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.netware
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2018-11-17 21:36:10 +0100
committerDaniel Gustafsson <daniel@yesql.se>2018-11-17 21:36:10 +0100
commit1cccf2f94568b8391323c227f96eda6350d1a17a (patch)
tree112a41e6e10616913d844aaaaeb3d9b492767500 /lib/Makefile.netware
parent07ebaf837843124ee670e5b8c218b80b92e06e47 (diff)
downloadgnurl-1cccf2f94568b8391323c227f96eda6350d1a17a.tar.gz
gnurl-1cccf2f94568b8391323c227f96eda6350d1a17a.tar.bz2
gnurl-1cccf2f94568b8391323c227f96eda6350d1a17a.zip
openssl: Remove SSLEAY leftovers
Commit 709cf76f6bb7dbac deprecated USE_SSLEAY, as curl since long isn't compatible with the SSLeay library. This removes the few leftovers that were omitted in the less frequently used platform targets. Closes #3270 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r--lib/Makefile.netware2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index adf4c60c3..29885a19e 100644
--- a/lib/Makefile.netware
+++ b/lib/Makefile.netware
@@ -632,7 +632,6 @@ ifdef WITH_ZLIB
@echo $(DL)#define HAVE_LIBZ 1$(DL) >> $@
endif
ifdef WITH_SSL
- @echo $(DL)#define USE_SSLEAY 1$(DL) >> $@
@echo $(DL)#define USE_OPENSSL 1$(DL) >> $@
@echo $(DL)#define HAVE_OPENSSL_X509_H 1$(DL) >> $@
@echo $(DL)#define HAVE_OPENSSL_SSL_H 1$(DL) >> $@
@@ -645,7 +644,6 @@ ifdef WITH_SSL
@echo $(DL)#define HAVE_LIBCRYPTO 1$(DL) >> $@
@echo $(DL)#define OPENSSL_NO_KRB5 1$(DL) >> $@
ifdef WITH_SRP
- @echo $(DL)#define HAVE_SSLEAY_SRP 1$(DL) >> $@
@echo $(DL)#define USE_TLS_SRP 1$(DL) >> $@
endif
ifdef WITH_SPNEGO