From 2bbdb6865a5d821e33e9a721ac20cbaa07a592b0 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 18 Jul 2025 23:35:32 +0200 Subject: [PATCH] curl_setup.h long line --- lib/curl_setup.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/curl_setup.h b/lib/curl_setup.h index bd68d79e00..5d03a46638 100644 --- a/lib/curl_setup.h +++ b/lib/curl_setup.h @@ -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