CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/10/19 07:06:11
Modified files:
lib/libcrypto : cryptlib.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 IA32 specific code from cryptlib.c.
Move the IA32 specific code to arch/{amd64,i386}/crypto_cpu_caps.c, rather
than polluting cryptlib.c with machine dependent code. A stub version of
crypto_cpu_caps_ia32() still remains for now.
