mirror of
https://github.com/curl/curl.git
synced 2026-08-26 11:43:32 +03:00
curl_ntlm_core: use wolfCrypt DES API with wolfSSL
Replacing the last uses of the OpenSSL compatibility API, and dropping the redefinition of external symbols. Closes #21247
This commit is contained in:
parent
f974a00aba
commit
a0d5d8fea3
7 changed files with 61 additions and 70 deletions
|
|
@ -5152,7 +5152,7 @@ if test "$CURL_ENABLE_NTLM" = "1"; then
|
|||
if test "$HAVE_DES_ECB_ENCRYPT" = "1" ||
|
||||
test "$GNUTLS_ENABLED" = "1" ||
|
||||
test "$USE_WIN32_CRYPTO" = "1" ||
|
||||
test "$HAVE_WOLFSSL_DES_ECB_ENCRYPT" = "1" ||
|
||||
test "$HAVE_WC_DES_ECBENCRYPT" = "1" ||
|
||||
test "$HAVE_MBEDTLS_DES_CRYPT_ECB" = "1"; then
|
||||
use_curl_ntlm_core=yes
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue