diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2021-05-01 16:11:18 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2021-05-01 16:11:18 +0000 |
commit | 58b3d2ba77817cf3ac54cf921bf87b95844589c4 (patch) | |
tree | 8d0e4f6d500b406f61850688259f6ae7ae3c77c9 /lib/libcrypto | |
parent | 2c481e94e93c02c0c859d4f32d311d2e71b82054 (diff) |
Retire OpenBSD/sgi.
OK deraadt@
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/arch/mips64/Makefile.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libcrypto/arch/mips64/Makefile.inc b/lib/libcrypto/arch/mips64/Makefile.inc index f4feb4d4798..3bdcfe03408 100644 --- a/lib/libcrypto/arch/mips64/Makefile.inc +++ b/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 |