CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/11/04 07:56:05
Modified files: lib/libcrypto : cryptlib.c md32_common.h lib/libcrypto/arch/alpha: opensslconf.h lib/libcrypto/arch/amd64: opensslconf.h lib/libcrypto/arch/arm: opensslconf.h lib/libcrypto/arch/hppa: opensslconf.h lib/libcrypto/arch/i386: opensslconf.h lib/libcrypto/arch/m88k: opensslconf.h lib/libcrypto/arch/mips64: opensslconf.h lib/libcrypto/arch/powerpc: opensslconf.h lib/libcrypto/arch/sh: opensslconf.h lib/libcrypto/arch/sparc: opensslconf.h lib/libcrypto/arch/sparc64: opensslconf.h lib/libcrypto/engine: eng_padlock.c lib/libcrypto/evp: e_aes.c lib/libcrypto/modes: gcm128.c modes_lcl.h lib/libcrypto/sha: sha512.c Log message: Remove I386_ONLY define. It was only used to prefer a faster-on-genuine-80386-but-slower-on-80486-onwards innstruction sequence in the SHA512 code, and had not been enabled in years, if at all. ok tom@ bcook@