symbols: remove special case for cpuid_setup and cpu_caps
authortb <tb@openbsd.org>
Sun, 1 Sep 2024 17:20:37 +0000 (17:20 +0000)
committertb <tb@openbsd.org>
Sun, 1 Sep 2024 17:20:37 +0000 (17:20 +0000)
The former is gone and the latter is available in crypto.h.

regress/lib/libcrypto/symbols/symbols.awk

index c9a7266..8ea68b6 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: symbols.awk,v 1.12 2024/07/10 13:11:22 tb Exp $
+# $OpenBSD: symbols.awk,v 1.13 2024/09/01 17:20:37 tb Exp $
 
 # Copyright (c) 2018,2020 Theo Buehler <tb@openbsd.org>
 #
@@ -20,13 +20,6 @@ BEGIN {
        printf("#include \"include_headers.c\"\n\n")
 }
 
-# These are machdep.
-/^OPENSSL_cpuid_setup$/                                                ||
-/^OPENSSL_cpu_caps$/ {
-       printf("/* skipped %s */\n", $0)
-       next
-}
-
 {
        symbols[$0] = $0