Page MenuHomeFreeBSD

Avoid collisions with function names in openssl headers.
ClosedPublic

Authored by stevek on Sep 4 2020, 2:45 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 7, 8:45 AM
Unknown Object (File)
Oct 14 2024, 8:14 AM
Unknown Object (File)
Sep 28 2024, 9:19 AM
Unknown Object (File)
Sep 27 2024, 1:26 PM
Unknown Object (File)
Sep 27 2024, 10:09 AM
Unknown Object (File)
Sep 27 2024, 4:28 AM
Unknown Object (File)
Sep 23 2024, 7:16 AM
Unknown Object (File)
Sep 19 2024, 6:31 PM
Subscribers

Details

Summary

Just using MD5, SHA1, RMD160 and SHA256 for defines collides with
functions of the same name in OpenSSL. This can cause compilation
issues in downstream consumers if they use OpenSSL for the hash
functions instead of libmd.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable