mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-21 07:15:49 +00:00
c02bc0aa0b
Visibility can get complicated when, e.g., ifuncs are involved. In
particular, SHA256/SHA512 on aarch64 use ifuncs for their _Transform
implementations, which then exposes global symbols of the same name that
break things trying to statically link both libcrypto and libmd.
Revert this part of the _Transform removal to fix the pkg-static build
on aarch64.
Fixes:
|
||
---|---|---|
.. | ||
sha224.h | ||
sha256.h | ||
sha256c_arm64.c | ||
sha256c_impl.h | ||
sha256c.c | ||
sha384.h | ||
sha512.h | ||
sha512c_arm64.c | ||
sha512c_impl.h | ||
sha512c.c | ||
sha512t.h |