mirror of
https://github.com/curl/curl.git
synced 2026-04-22 02:22:11 +03:00
configure: cleanup wolfssl + pkg-config conflicts when cross compiling.
Also choose a different wolfSSL function to test for NTLM support. Fixes #5605 Closes #5682
This commit is contained in:
parent
ba390221ef
commit
14e63c19a0
2 changed files with 21 additions and 10 deletions
|
|
@ -641,7 +641,7 @@ int netware_init(void);
|
|||
defined(USE_GNUTLS) || defined(USE_NSS) || defined(USE_SECTRANSP) || \
|
||||
defined(USE_OS400CRYPTO) || defined(USE_WIN32_CRYPTO) || \
|
||||
defined(USE_MBEDTLS) || \
|
||||
(defined(USE_WOLFSSL) && defined(HAVE_WOLFSSL_DES_SET_ODD_PARITY))
|
||||
(defined(USE_WOLFSSL) && defined(HAVE_WOLFSSL_DES_ECB_ENCRYPT))
|
||||
|
||||
#define USE_NTLM
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue