1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-21 07:15:49 +00:00
freebsd/sys/crypto/sha2
Kyle Evans c02bc0aa0b libmd: re-apply masking of _Transform names
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:	81de655acd ("libmd: stop exporting Transform() symbols")
2024-09-30 14:59:31 -05:00
..
sha224.h
sha256.h libmd: re-apply masking of _Transform names 2024-09-30 14:59:31 -05:00
sha256c_arm64.c
sha256c_impl.h
sha256c.c
sha384.h
sha512.h libmd: re-apply masking of _Transform names 2024-09-30 14:59:31 -05:00
sha512c_arm64.c
sha512c_impl.h
sha512c.c
sha512t.h libmd: re-apply masking of _Transform names 2024-09-30 14:59:31 -05:00