summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/mips64/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/arch/mips64/Makefile.inc6
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
6CFLAGS+= -DAES_ASM 6CFLAGS+= -DAES_ASM
7SSLASM+= aes aes-mips aes-mips 7SSLASM+= aes aes-mips aes-mips
8CFLAGS+= -DHAVE_AES_SET_ENCRYPT_KEY_INTERNAL
9CFLAGS+= -DHAVE_AES_SET_DECRYPT_KEY_INTERNAL
10CFLAGS+= -DHAVE_AES_ENCRYPT_INTERNAL
11CFLAGS+= -DHAVE_AES_DECRYPT_INTERNAL
12# bn 8# bn
13SSLASM+= bn mips bn-mips 9SSLASM+= bn mips bn-mips
14SSLASM+= bn mips-mont mips-mont 10SSLASM+= bn mips-mont mips-mont