Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k Do not u...



details:   https://anonhg.NetBSD.org/src/rev/feab9cac2232
branches:  trunk
changeset: 351282:feab9cac2232
user:      rin <rin%NetBSD.org@localhost>
date:      Wed Feb 08 21:43:53 2017 +0000

description:
Do not use the assembler version of AES routines for m68000; they contain
instructions available for 68020 and later.

Fix sun2 build.

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/arch/m68k/aes.inc |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (10 lines):

diff -r bb0eb6ddbafc -r feab9cac2232 crypto/external/bsd/openssl/lib/libcrypto/arch/m68k/aes.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k/aes.inc       Wed Feb 08 21:33:12 2017 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k/aes.inc       Wed Feb 08 21:43:53 2017 +0000
@@ -1,4 +1,6 @@
+.if ${MACHINE_ARCH} != "m68000"
 .PATH.S: ${.PARSEDIR}
 AES_SRCS = aes-m68k.S aes_cbc.c
 AESCPPFLAGS = -DAES_ASM
+.endif
 .include "../../aes.inc"



Home | Main Index | Thread Index | Old Index