curl icon indicating copy to clipboard operation
curl copied to clipboard

cmake: fix building with both md4 and md5 in unity mode

Open vszakats opened this issue 1 month ago • 0 comments

Macro and static function names were colliding between lib/md4.c and lib/md5.c.

Fix it by namespacing these symbols.

Seen with a basic macOS build using these options: -DCMAKE_UNITY_BUILD=ON -DCURL_USE_SECTRANSP=ON

Closes #13737

vszakats avatar May 21 '24 20:05 vszakats