diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-02-29 23:39:42 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-03-01 11:06:28 +0100 |
commit | d6e3273bb004013ce56bc97fae2d576696ca7579 (patch) | |
tree | c1cb460e4afaa43f9844f423bb62a0958a751046 /lib/Makefile.netware | |
parent | fc9312f7175fa36300b3ba6534b54bcd0d00ab7e (diff) |
build: remove all HAVE_OPENSSL_ENGINE_H defines
... as there's nothing in the code that actually uses the define! The
last reference was removed in 38203f158.
Closes #5007
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r-- | lib/Makefile.netware | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index a40534684..752d3d6fb 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -6,7 +6,7 @@ # \___|\___/|_| \_\_____| # # Copyright (C) 2004 - 2015, Guenter Knauf -# Copyright (C) 2001 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al. +# Copyright (C) 2001 - 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 @@ -639,7 +639,6 @@ ifdef WITH_SSL @echo $(DL)#define HAVE_OPENSSL_PEM_H 1$(DL) >> $@ @echo $(DL)#define HAVE_OPENSSL_ERR_H 1$(DL) >> $@ @echo $(DL)#define HAVE_OPENSSL_CRYPTO_H 1$(DL) >> $@ - @echo $(DL)#define HAVE_OPENSSL_ENGINE_H 1$(DL) >> $@ @echo $(DL)#define OPENSSL_NO_KRB5 1$(DL) >> $@ ifdef WITH_SRP @echo $(DL)#define USE_TLS_SRP 1$(DL) >> $@ |