diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/arch/mips64/Makefile.inc | 6 |
1 files changed, 1 insertions, 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 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.5 2019/05/11 13:05:25 tb Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.6 2021/05/01 16:11:09 visa Exp $ |
2 | 2 | ||
3 | # mips64-specific libcrypto build rules | 3 | # mips64-specific libcrypto build rules |
4 | 4 | ||
@@ -9,12 +9,8 @@ SSLASM+= aes aes-mips aes-mips | |||
9 | # bf | 9 | # bf |
10 | SRCS+= bf_enc.c | 10 | SRCS+= bf_enc.c |
11 | # bn | 11 | # bn |
12 | .if ${MACHINE} == "sgi" # because of R4000 support | ||
13 | SRCS+= bn_asm.c | ||
14 | .else | ||
15 | SSLASM+= bn mips bn-mips | 12 | SSLASM+= bn mips bn-mips |
16 | CFLAGS+= -DBN_DIV3W | 13 | CFLAGS+= -DBN_DIV3W |
17 | .endif | ||
18 | SSLASM+= bn mips-mont mips-mont | 14 | SSLASM+= bn mips-mont mips-mont |
19 | CFLAGS+= -DOPENSSL_BN_ASM_MONT | 15 | CFLAGS+= -DOPENSSL_BN_ASM_MONT |
20 | # camellia | 16 | # camellia |