CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/08/11 07:02:39
Modified files:
lib/libcrypto : crypto_internal.h
lib/libcrypto/aes: aes.c aes_core.c
lib/libcrypto/arch/amd64: Makefile.inc
lib/libcrypto/arch/arm: Makefile.inc
lib/libcrypto/arch/hppa: Makefile.inc
lib/libcrypto/arch/i386: Makefile.inc
lib/libcrypto/arch/mips64: Makefile.inc
lib/libcrypto/arch/sparc64: Makefile.inc
lib/libcrypto/rc4: rc4.c
Added files:
lib/libcrypto/arch/aarch64: crypto_arch.h
lib/libcrypto/arch/alpha: crypto_arch.h
lib/libcrypto/arch/amd64: crypto_arch.h
lib/libcrypto/arch/arm: crypto_arch.h
lib/libcrypto/arch/hppa: crypto_arch.h
lib/libcrypto/arch/i386: crypto_arch.h
lib/libcrypto/arch/m88k: crypto_arch.h
lib/libcrypto/arch/mips64: crypto_arch.h
lib/libcrypto/arch/powerpc: crypto_arch.h
lib/libcrypto/arch/powerpc64: crypto_arch.h
lib/libcrypto/arch/riscv64: crypto_arch.h
lib/libcrypto/arch/sh: crypto_arch.h
lib/libcrypto/arch/sparc64: crypto_arch.h
Log message:
Provide and use crypto_arch.h.
Provide a per architecture crypto_arch.h - this will be used in a similar
manner to bn_arch.h and will allow for architecture specific #defines and
static inline functions. Move the HAVE_AES_* and HAVE_RC4_* defines here.
ok tb@