From 029d4cc94ec4c391df65af56da346e8587eb48dd Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 5 Jul 2026 02:22:21 +0200 Subject: [PATCH] curl_setup.h drop `MD5_*` from comment --- lib/curl_setup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/curl_setup.h b/lib/curl_setup.h index a91b912f3e..8f54d11265 100644 --- a/lib/curl_setup.h +++ b/lib/curl_setup.h @@ -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+ */