]> git.ipfire.org Git - thirdparty/openssl.git/commit
de-duplicate fnv1a_hash
authorNeil Horman <nhorman@openssl.org>
Sat, 1 Feb 2025 16:42:22 +0000 (11:42 -0500)
committerNeil Horman <nhorman@openssl.org>
Tue, 4 Feb 2025 14:16:35 +0000 (09:16 -0500)
commitdfb6010e098e154d71e16141f375d8933d0a6fa3
treef84227dcef4cc7686be02898888d6359f1975791
parentdadeedc7578c743a3e04072f7a8df5fa32d33846
de-duplicate fnv1a_hash

I cloned a copy of fnv1a_hash from hashtable.c.  Deduplicate that so we
have common source code.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26517)
crypto/hashtable/build.info
crypto/hashtable/hashfunc.c [new file with mode: 0644]
crypto/hashtable/hashtable.c
include/internal/hashfunc.h [new file with mode: 0644]
ssl/build.info
ssl/quic/quic_impl.c