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
-# $OpenBSD: Makefile,v 1.208 2024/08/31 10:38:49 tb Exp $
+# $OpenBSD: Makefile,v 1.209 2024/08/31 10:44:39 tb Exp $
LIB= crypto
LIBREBUILD=y
VERSION_SCRIPT= Symbols.map
SYMBOL_LIST= ${.CURDIR}/Symbols.list
-.if (${MACHINE_CPU} == "amd64") || (${MACHINE_CPU} == "i386")
-SYMBOL_LIST+= ${.CURDIR}/arch/${MACHINE_CPU}/Symbols.list
-.endif
-
# crypto/
SRCS+= cpt_err.c
SRCS+= cryptlib.c
OPENSSL_cleanup
OPENSSL_config
OPENSSL_cpu_caps
-OPENSSL_cpuid_setup
OPENSSL_gmtime
OPENSSL_init
OPENSSL_init_crypto
+++ /dev/null
-OPENSSL_ia32cap_P
+++ /dev/null
-OPENSSL_ia32cap_P