]> 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>
Mon, 17 Feb 2025 16:27:34 +0000 (11:27 -0500)
commit35fb39da76a802f068f24b418555d39700f6068c
treed66a93ea6a82cc3ef03971c932c86ec134637efb
parent9d6e5a69dbaa1abb26a1b7fe1d3de74b5c15d457
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