CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/10/17 08:27:57
Modified files:
lib/libcrypto : cryptlib.c crypto_init.c crypto_internal.h
Log message:
Provide crypto_cpu_caps_init() as a CPU capability detection entry point.
This can be overridden on a per-architecture basis. The default version
calls OPENSSL_cpuid_setup(), which will be eventually replaced/removed.
ok joshua@ tb@
