curl_setup.h drop MD5_* from comment

This commit is contained in:
Viktor Szakats 2026-07-05 02:22:21 +02:00
parent 857449e3f6
commit 029d4cc94e
No known key found for this signature in database

View file

@ -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+ */