]> git.ipfire.org Git - thirdparty/openssl.git/commit
Rename fnv1a_hash() to ossl_fnv1a_hash()
authorTomas Mraz <tomas@openssl.org>
Mon, 24 Feb 2025 08:47:13 +0000 (09:47 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 25 Feb 2025 14:45:42 +0000 (15:45 +0100)
commit87b5aa737d5abf738188cb8572754ff8e033de2f
tree84685462d6a3198ca576d2aca6cb96d38c7afe19
parent8cdba24ceea00de9c0cd8f90bf662d632c37e14b
Rename fnv1a_hash() to ossl_fnv1a_hash()

It is no longer static.

Also add it to libssl only with quic enabled.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26882)
crypto/hashtable/hashfunc.c
crypto/hashtable/hashtable.c
include/internal/hashfunc.h
ssl/build.info
ssl/quic/quic_impl.c