]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add siphash to shared source for quic
authorNeil Horman <nhorman@openssl.org>
Thu, 20 Feb 2025 14:55:21 +0000 (09:55 -0500)
committerNeil Horman <nhorman@openssl.org>
Sat, 22 Feb 2025 18:23:16 +0000 (13:23 -0500)
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26849)

ssl/build.info

index e4b2aa8f1303eb6739b185067b9c679aa67ea2c4..56657171d9ff76ad52f4ec2aa3b19438203d56c6 100644 (file)
@@ -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