mirror of
https://github.com/curl/curl.git
synced 2026-06-06 18:14:15 +03:00
curl_setup.h long line
This commit is contained in:
parent
1753360f10
commit
2bbdb6865a
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue