]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix ci break on building quic with no-siphash
authorNeil Horman <nhorman@openssl.org>
Sun, 23 Feb 2025 21:03:28 +0000 (16:03 -0500)
committerNeil Horman <nhorman@openssl.org>
Sun, 23 Feb 2025 22:16:03 +0000 (17:16 -0500)
commit1eb5ffcdc8a270b6d49b6b6f5097ebe61f66f648
treeb69feafd1e2d328870e4a53de3f364cb0bd0d0d6
parentba90c491254fd3cee8a2f791fc191dcff27036c1
Fix ci break on building quic with no-siphash

SHARED_SOURCE doesn't pull in siphash if its disabled in the
configuration leading to undefined symbols, which we need for quic.

If siphash is disabled in the build, then pull it in via a SOURCE
addition, otherwise pull it in via SHARED_SOURCE

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26874)
ssl/build.info