]> granicus.if.org Git - curl/commitdiff
openssl: Remove SSLEAY leftovers
authorDaniel Gustafsson <daniel@yesql.se>
Sat, 17 Nov 2018 20:36:10 +0000 (21:36 +0100)
committerDaniel Gustafsson <daniel@yesql.se>
Sat, 17 Nov 2018 20:36:10 +0000 (21:36 +0100)
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>
lib/Makefile.Watcom
lib/Makefile.netware
packages/DOS/common.dj
packages/vms/generate_config_vms_h_curl.com

index 5f335cedbdab6b12319ddd98371c326d7ea03c41..942cd0c7b4685edfa9642c9b4b1db7222018d6ee 100644 (file)
@@ -157,7 +157,7 @@ CFLAGS += -DUSE_LIBSSH2 -DHAVE_LIBSSH2_H -I"$(LIBSSH2_ROOT)/include" -I"$(LIBSSH
 !endif
 
 !ifdef %use_ssl
-CFLAGS += -wcd=138 -dUSE_OPENSSL -dUSE_SSLEAY -I"$(OPENSSL_ROOT)/inc32"
+CFLAGS += -wcd=138 -dUSE_OPENSSL -I"$(OPENSSL_ROOT)/inc32"
 !endif
 
 !ifdef %use_ares
index adf4c60c3d9370379f4988c6cdb462f786ce7f60..29885a19eae7bd50a55bcd673d82aa080d78c58f 100644 (file)
@@ -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
index e069ce68a238a42432bbc8fe65886243a649a94f..c97b216ebc22ffe57ca79179c823148fbf2b3b7d 100644 (file)
@@ -96,7 +96,7 @@ CFLAGS = -g -O2 -I. -I$(TOPDIR)/include -I$(TOPDIR)/lib \
          -I$(WATT32_ROOT)/inc -Wall -DHAVE_CONFIG_H
 
 ifeq ($(USE_SSL),1)
-  CFLAGS += -DUSE_SSLEAY -DUSE_OPENSSL -I$(OPENSSL_ROOT)
+  CFLAGS += -DUSE_OPENSSL -I$(OPENSSL_ROOT)
 endif
 
 ifeq ($(USE_ZLIB),1)
index 34c4d7c8c0b266ee4a5f961e69e10005fec14bd0..6e1b2024f1938552a955d261102ff4d9b4a819d5 100644 (file)
@@ -404,9 +404,6 @@ $!
 $   write cvh "#ifndef USE_OPENSSL"
 $   write cvh "#define USE_OPENSSL 1"
 $   write cvh "#endif"
-$   write cvh "#ifndef USE_SSLEAY"
-$   write cvh "#define USE_SSLEAY 1"
-$   write cvh "#endif"
 $   if arch_name .eqs. "VAX"
 $   then
 $       old_mes = f$enviroment("message")