mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
GCC 9 doesn't define a SHA256_Transform symbol when the stub just wraps
SHA256_Transform_c resulting in an undefined symbol for
_libmd_SHA256_Transform in libmd.so.
Discussed with: andrew, jrtc27
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D31945
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| sha224.h | ||
| sha256.h | ||
| sha256c.c | ||
| sha256c_arm64.c | ||
| sha256c_impl.h | ||
| sha384.h | ||
| sha512.h | ||
| sha512c.c | ||
| sha512t.h | ||