mirror of
https://github.com/curl/curl.git
synced 2026-08-01 17:20:30 +03:00
curl_setup.h drop MD5_* from comment
This commit is contained in:
parent
857449e3f6
commit
029d4cc94e
1 changed files with 2 additions and 2 deletions
|
|
@ -1578,8 +1578,8 @@ typedef struct sockaddr_un {
|
|||
/* OpenSSL 3 marks these functions deprecated but we have no replacements (yet)
|
||||
so tell the compiler to not warn for them:
|
||||
- DES_* (for NTLM)
|
||||
- EVP_PKEY_get1_RSA, MD5_*, RSA_flags, RSA_free (auto-skipped for OpenSSL
|
||||
built with no-deprecated) */
|
||||
- EVP_PKEY_get1_RSA, RSA_flags, RSA_free (auto-skipped for OpenSSL built
|
||||
with no-deprecated) */
|
||||
# define OPENSSL_SUPPRESS_DEPRECATED
|
||||
# ifdef _WIN32
|
||||
/* Silence LibreSSL warnings about wincrypt.h collision. Works in 3.8.2+ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue