Remove run once code from OPENSSL_cpuid_setup().
authorjsing <jsing@openbsd.org>
Thu, 17 Oct 2024 14:09:29 +0000 (14:09 +0000)
committerjsing <jsing@openbsd.org>
Thu, 17 Oct 2024 14:09:29 +0000 (14:09 +0000)
commit32ac497024192c28860a7248c295d2638805a96d
tree19a7f025d48121666dcf847c14ecab3202491ccb
parent3b30ff2ab7969af0fd9a5f043abb71c2592340bb
Remove run once code from OPENSSL_cpuid_setup().

OPENSSL_cpuid_setup() is no longer exported and is now only ever run under
pthread_once().

ok joshua@ tb@
lib/libcrypto/cryptlib.c