]> git.ipfire.org Git - thirdparty/openssl.git/commit
Update ERR lib to use new thread-local storage api
authorNeil Horman <nhorman@openssl.org>
Thu, 12 Jun 2025 17:16:10 +0000 (13:16 -0400)
committerNeil Horman <nhorman@openssl.org>
Fri, 20 Jun 2025 17:01:39 +0000 (13:01 -0400)
commitd6d5170ed205838165dca1cf2f66c7d7a1176802
tree035ed9a55590b6d1012910e03e0d152b80c6235c
parent2e74a3045b47ae9db721614fa1283b3e8de46c51
Update ERR lib to use new thread-local storage api

Move the err lib to use the new thread-local storage api.  This isn't
strictly needed, as each thread uses the same key for each context, but
it does reduce our Os level key count.

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27794)
crypto/err/err.c