mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
curl_ntlm_core: don't complain but #include OpenSSL header if needed
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
parent
70f1db321a
commit
a243ce7ab2
@ -29,10 +29,7 @@
|
|||||||
#if !defined(USE_WINDOWS_SSPI) || defined(USE_WIN32_CRYPTO)
|
#if !defined(USE_WINDOWS_SSPI) || defined(USE_WIN32_CRYPTO)
|
||||||
|
|
||||||
#ifdef USE_OPENSSL
|
#ifdef USE_OPENSSL
|
||||||
# if !defined(OPENSSL_VERSION_NUMBER) && \
|
# include <openssl/ssl.h>
|
||||||
!defined(HEADER_SSL_H) && !defined(HEADER_MD5_H)
|
|
||||||
# error "curl_ntlm_core.h shall not be included before OpenSSL headers."
|
|
||||||
# endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Define USE_NTRESPONSES in order to make the type-3 message include
|
/* Define USE_NTRESPONSES in order to make the type-3 message include
|
||||||
|
Loading…
Reference in New Issue
Block a user