From: Neil Horman Date: Thu, 20 Feb 2025 14:55:21 +0000 (-0500) Subject: Add siphash to shared source for quic X-Git-Tag: openssl-3.5.0-alpha1~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dd821bab57a4a37b378e1b47f6f59666bc13fec;p=thirdparty%2Fopenssl.git Add siphash to shared source for quic Reviewed-by: Saša Nedvědický Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26849) --- diff --git a/ssl/build.info b/ssl/build.info index e4b2aa8f130..56657171d9f 100644 --- a/ssl/build.info +++ b/ssl/build.info @@ -22,7 +22,7 @@ SOURCE[../libssl]=\ # in libssl as well. SHARED_SOURCE[../libssl]=\ ../crypto/packet.c ../crypto/quic_vlint.c ../crypto/time.c \ - ../crypto/hashtable/hashfunc.c + ../crypto/hashtable/hashfunc.c ../crypto/siphash/siphash.c IF[{- !$disabled{'deprecated-3.0'} -}] SOURCE[../libssl]=ssl_rsa_legacy.c