CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/03/28 22:39:54
Modified files:
lib/libcrypto/aes: aes_core.c
lib/libcrypto/aes/asm: aes-586.pl aes-armv4.pl aes-mips.pl
aes-x86_64.pl
lib/libcrypto/arch/amd64: Makefile.inc
lib/libcrypto/arch/arm: Makefile.inc
lib/libcrypto/arch/i386: Makefile.inc
lib/libcrypto/arch/mips64: Makefile.inc
Log message:
Always use C functions for AES_set_{encrypt,decrypt}_key().
Always include aes_core.c and provide AES_set_{encrypt,decrypt}_key() via C
functions, which then either use a C implementation or call the assembly
implementation.
ok tb@