CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2025/07/22 03:18:02
Modified files: lib/libcrypto : crypto_internal.h crypto_legacy.c lib/libcrypto/arch/amd64: crypto_arch.h crypto_cpu_caps.c lib/libcrypto/arch/i386: crypto_arch.h crypto_cpu_caps.c Log message: Remove crypto_cpu_caps_ia32() There are no more consumers of crypto_cpu_caps_ia32(), so remove it. ok bcook@ joshua@ tb@