CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/10/17 08:09:29
Modified files:
lib/libcrypto : cryptlib.c
Log message:
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@
