CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2024/03/28 06:28:48

Modified files:
        lib/libcrypto/aes: aes_cbc.c 
        lib/libcrypto/aes/asm: aes-586.pl aes-x86_64.pl 
        lib/libcrypto/arch/amd64: Makefile.inc 
        lib/libcrypto/arch/i386: Makefile.inc 

Log message:
Make AES_cbc_encrypt() always be a C function.

Rename the assembly generated functions from AES_cbc_encrypt() to
aes_cbc_encrypt_internal(). Always include aes_cbc.c and change it
to use defines that are similar to those used in BN.

ok tb@

Reply via email to