mirror of
https://github.com/curl/curl.git
synced 2026-04-16 07:31:50 +03:00
Fix Use of conditional definition of USE_OPENSSL
This commit is contained in:
parent
ad638da2c2
commit
3e4a8cb800
3 changed files with 10 additions and 8 deletions
|
|
@ -517,7 +517,6 @@ ifdef WITH_ZLIB
|
|||
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) >> $@
|
||||
@echo $(DL)#define HAVE_OPENSSL_RSA_H 1$(DL) >> $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue