CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/28 05:21:12
Modified files:
lib/libcrypto : x86cpuid.pl
Log message:
Remove .init section that calls OPENSSL_cpuid_setup on i386.
OPENSSL_cpuid_setup() is already called from OPENSSL_crypto_init(), hence
we do not need or want automatic initialisation on library load.
