]> git.ipfire.org Git - thirdparty/openssl.git/commit
ossl_ht_insert(): Allow for 4 iterations of grow_hashtable()
authorTomas Mraz <tomas@openssl.org>
Thu, 22 Aug 2024 12:44:02 +0000 (14:44 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 22 Aug 2024 12:52:43 +0000 (14:52 +0200)
commit8951ee06b4344ddefd7758e0faf140e2bb64831a
tree3b48d8e376b0087e1434e746328b17f2311e24a9
parent6c39d21a4844cab997164454ece9b21186881f2a
ossl_ht_insert(): Allow for 4 iterations of grow_hashtable()

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25273)
crypto/hashtable/hashtable.c