]> git.ipfire.org Git - thirdparty/openssl.git/commit
Clean up thread_local function names in initthread.c
authorNeil Horman <nhorman@openssl.org>
Thu, 19 Jun 2025 13:52:07 +0000 (09:52 -0400)
committerNeil Horman <nhorman@openssl.org>
Fri, 20 Jun 2025 17:01:39 +0000 (13:01 -0400)
commitc09b86749b69d97c71037eb64c8638e41ce214da
tree95a25b87f14a12d13c5514b2641f5e3df07c2b03
parentd259b8b85567410afa02acf2ba9dbbfb8ae53f61
Clean up thread_local function names in initthread.c

The naming of the thread-local management functions in initthread.c is a
bit...much.  init_manage_thread_local/init_fetch_clear_thread_local, etc
are better written as just manage_thread_local/clear_thread_local/etc.

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/initthread.c