Remove .init section that calls OPENSSL_cpuid_setup on amd64.
authorjsing <jsing@openbsd.org>
Thu, 28 Mar 2024 11:16:32 +0000 (11:16 +0000)
committerjsing <jsing@openbsd.org>
Thu, 28 Mar 2024 11:16:32 +0000 (11:16 +0000)
commitdb9cd57725789270c36763286ca8dc0a7c1b9d10
tree6eb9edc88babe7fc0ccfe08e87bc01b3ba90f506
parentd7368aa855bdec7832bed45d5c05b69d773f8c10
Remove .init section that calls OPENSSL_cpuid_setup on amd64.

OPENSSL_cpuid_setup() is already called from OPENSSL_crypto_init(), hence
we do not need or want automatic initialisation on library load.

ok tb@
lib/libcrypto/x86_64cpuid.pl