mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +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
|
|
@ -535,11 +535,11 @@ Available variables:
|
|||
- `HAVE_WOLFSSL_BIO_NEW`: `wolfSSL_BIO_new` present in wolfSSL.
|
||||
- `HAVE_WOLFSSL_BIO_SET_SHUTDOWN`: `wolfSSL_BIO_set_shutdown` present in wolfSSL.
|
||||
- `HAVE_WOLFSSL_CTX_GENERATEECHCONFIG`: `wolfSSL_CTX_GenerateEchConfig` present in wolfSSL.
|
||||
- `HAVE_WOLFSSL_DES_ECB_ENCRYPT`: `wolfSSL_DES_ecb_encrypt` present in wolfSSL.
|
||||
- `HAVE_WOLFSSL_GET_PEER_CERTIFICATE`: `wolfSSL_get_peer_certificate` present in wolfSSL.
|
||||
- `HAVE_WOLFSSL_SET_QUIC_USE_LEGACY_CODEPOINT`:
|
||||
`wolfSSL_set_quic_use_legacy_codepoint` present in wolfSSL.
|
||||
- `HAVE_WOLFSSL_USEALPN`: `wolfSSL_UseALPN` present in wolfSSL.
|
||||
- `HAVE_WC_DES_ECBENCRYPT`: `wc_Des_EcbEncrypt` present in wolfSSL.
|
||||
|
||||
For each of the above variables, if the variable is *defined* (either to `ON`
|
||||
or `OFF`), the symbol detection is skipped. If the variable is *not defined*,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue