Unexport OPENSSL_cpuid_setup and OPENSSL_ia32cap_P
authortb <tb@openbsd.org>
Sat, 31 Aug 2024 10:44:39 +0000 (10:44 +0000)
committertb <tb@openbsd.org>
Sat, 31 Aug 2024 10:44:39 +0000 (10:44 +0000)
commit47f8587cd7c9261a971c3aac8e725dcccb262d42
tree4c86607410cc512973cc299beecc8e05bc9efba6
parentbf1cb55844ce60fbef5039eb95dd24e9def3016e
Unexport OPENSSL_cpuid_setup and OPENSSL_ia32cap_P

This allows us in particular to get rid of the MD Symbols.list which
were needed on amd64 and i386 for llvm 16 a while back. OPENSSL_ia32cap_P
was never properly exported since the symbols were marked .hidden in the
asm.

ok beck jsing
lib/libcrypto/Makefile
lib/libcrypto/Symbols.list
lib/libcrypto/arch/amd64/Symbols.list [deleted file]
lib/libcrypto/arch/i386/Symbols.list [deleted file]