curl_setup.h long line

This commit is contained in:
Viktor Szakats 2025-07-18 23:35:32 +02:00
parent 1753360f10
commit 2bbdb6865a
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -739,9 +739,9 @@
#if defined(USE_WOLFSSL) && defined(USE_GNUTLS)
/* Avoid defining unprefixed wolfSSL SHA macros colliding with nettle ones */
#define NO_OLD_WC_NAMES
/* Prevent wolfSSL headers including wolfssl/openssl/md4.h, to avoid its MD4_CTX
type clashing with the one defined via nettle/md4.h, and used in md4.c when
GnuTLS is enabled. */
/* Prevent wolfSSL headers including wolfssl/openssl/md4.h, to avoid its
MD4_CTX type clashing with the one defined via nettle/md4.h, and used
in md4.c when GnuTLS is enabled. */
#define NO_MD4
#endif