From 7dd821bab57a4a37b378e1b47f6f59666bc13fec Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Thu, 20 Feb 2025 09:55:21 -0500 Subject: [PATCH] Add siphash to shared source for quic MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Saša Nedvědický Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26849) --- ssl/build.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2