From 0bac90bf9260abb7c553c80cd5ca2f5eaf383a4b Mon Sep 17 00:00:00 2001 From: visa <> Date: Sat, 1 May 2021 16:11:09 +0000 Subject: Retire OpenBSD/sgi. OK deraadt@ --- src/lib/libcrypto/arch/mips64/Makefile.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/lib/libcrypto/arch/mips64/Makefile.inc b/src/lib/libcrypto/arch/mips64/Makefile.inc index f4feb4d479..3bdcfe0340 100644 --- a/src/lib/libcrypto/arch/mips64/Makefile.inc +++ b/src/lib/libcrypto/arch/mips64/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.5 2019/05/11 13:05:25 tb Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2021/05/01 16:11:09 visa Exp $ # mips64-specific libcrypto build rules @@ -9,12 +9,8 @@ SSLASM+= aes aes-mips aes-mips # bf SRCS+= bf_enc.c # bn -.if ${MACHINE} == "sgi" # because of R4000 support -SRCS+= bn_asm.c -.else SSLASM+= bn mips bn-mips CFLAGS+= -DBN_DIV3W -.endif SSLASM+= bn mips-mont mips-mont CFLAGS+= -DOPENSSL_BN_ASM_MONT # camellia -- cgit v1.2.3-55-g6feb