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)
Thu, Jun 27, 3:36 PM
Unknown Object (File)
Thu, Jun 27, 3:15 PM
Unknown Object (File)
Thu, Jun 27, 11:11 AM
Unknown Object (File)
Thu, Jun 27, 8:59 AM
Unknown Object (File)
May 28 2024, 8:24 AM
Unknown Object (File)
May 24 2024, 2:21 PM
Unknown Object (File)
Feb 23 2024, 6:48 PM
Unknown Object (File)
Feb 23 2024, 6:41 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