diff options
Diffstat (limited to '')
-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 41d6b0e888..9e08b442ac 100644 --- a/src/lib/libcrypto/arch/mips64/Makefile.inc +++ b/src/lib/libcrypto/arch/mips64/Makefile.inc | |||
@@ -1,14 +1,10 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.17 2024/03/29 11:00:57 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.18 2024/08/11 13:02:39 jsing Exp $ |
2 | 2 | ||
3 | # mips64-specific libcrypto build rules | 3 | # mips64-specific libcrypto build rules |
4 | 4 | ||
5 | # aes | 5 | # aes |
6 | CFLAGS+= -DAES_ASM | 6 | CFLAGS+= -DAES_ASM |
7 | SSLASM+= aes aes-mips aes-mips | 7 | SSLASM+= aes aes-mips aes-mips |
8 | CFLAGS+= -DHAVE_AES_SET_ENCRYPT_KEY_INTERNAL | ||
9 | CFLAGS+= -DHAVE_AES_SET_DECRYPT_KEY_INTERNAL | ||
10 | CFLAGS+= -DHAVE_AES_ENCRYPT_INTERNAL | ||
11 | CFLAGS+= -DHAVE_AES_DECRYPT_INTERNAL | ||
12 | # bn | 8 | # bn |
13 | SSLASM+= bn mips bn-mips | 9 | SSLASM+= bn mips bn-mips |
14 | SSLASM+= bn mips-mont mips-mont | 10 | SSLASM+= bn mips-mont mips-mont |