mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -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:
|
||
|---|---|---|
| .. | ||
| sha224.h | ||
| sha256.h | ||
| sha256c.c | ||
| sha256c_arm64.c | ||
| sha256c_impl.h | ||
| sha384.h | ||
| sha512.h | ||
| sha512c.c | ||
| sha512c_arm64.c | ||
| sha512c_impl.h | ||
| sha512t.h | ||