curl_sha512_256: fix symbol collisions with nettle library `SHA512_256_BLOCK_SIZE`, `SHA512_256_DIGEST_SIZE` macros were both defined within curl and also in the nettle library required
curl_sha512_256: fix symbol collisions with nettle library `SHA512_256_BLOCK_SIZE`, `SHA512_256_DIGEST_SIZE` macros were both defined within curl and also in the nettle library required by GnuTLS. Fix it by namespacing the curl macros. Cherry-picked from #14495 Closes #14514
show more ...
|