From 1cccf2f94568b8391323c227f96eda6350d1a17a Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Sat, 17 Nov 2018 21:36:10 +0100 Subject: 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 --- packages/DOS/common.dj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/DOS') diff --git a/packages/DOS/common.dj b/packages/DOS/common.dj index e069ce68a..c97b216eb 100644 --- a/packages/DOS/common.dj +++ b/packages/DOS/common.dj @@ -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) -- cgit v1.2.3