CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2024/03/29 01:06:21
Modified files: lib/libcrypto/arch/amd64: Makefile.inc lib/libcrypto/arch/i386: Makefile.inc Log message: Stop building camellia assembly on amd64 and i386. This is a legacy algorithm and the assembly is only marginally faster than the C code. Discussed with beck@ and tb@