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:
|
||
---|---|---|
.. | ||
aesni | ||
armv8 | ||
blake2 | ||
camellia | ||
ccp | ||
chacha20 | ||
des | ||
libsodium | ||
openssl | ||
rc4 | ||
rijndael | ||
sha2 | ||
siphash | ||
skein | ||
via | ||
chacha20_poly1305.c | ||
chacha20_poly1305.h | ||
curve25519.c | ||
curve25519.h | ||
intake.h | ||
sha1.c | ||
sha1.h |