mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 23:32:52 -04:00
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 | ||