CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/24 04:24:58
Modified files:
lib/libcrypto/evp: c_all.c
Log message:
Remove OPENSSL_cpuid_setup() call from OPENSSL_add_all_algorithms_noconf()
OPENSSL_cpuid_setup() used to need to be called from
OPENSSL_add_all_algorithms(), as that was the main entry point. These days
we do on demand initialisation and there are various paths that lead to
OPENSSL_init_crypto() being called, which in turn calls
OPENSSL_cpuid_setup().
ok tb@
