Remove .init section that calls OPENSSL_cpuid_setup on i386.
authorjsing <jsing@openbsd.org>
Thu, 28 Mar 2024 11:21:12 +0000 (11:21 +0000)
committerjsing <jsing@openbsd.org>
Thu, 28 Mar 2024 11:21:12 +0000 (11:21 +0000)
commit2f1c0508c1323f55ad36b75e2d4dc8593320f384
tree1639fd992e6572fd4ad560b4c1c556c393b0c590
parentdb9cd57725789270c36763286ca8dc0a7c1b9d10
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.
lib/libcrypto/x86cpuid.pl