summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/mips64
diff options
context:
space:
mode:
authorjsing <>2026-01-17 13:55:31 +0000
committerjsing <>2026-01-17 13:55:31 +0000
commit1dd1aaafcbe820792a0f2e002a85a22055696509 (patch)
treef5c251cb6595b3f3a29e71fec431079efeabfa4b /src/lib/libcrypto/arch/mips64
parent650cf9e91c9b18210aaa53983bfb7725a344b7bb (diff)
downloadopenbsd-1dd1aaafcbe820792a0f2e002a85a22055696509.tar.gz
openbsd-1dd1aaafcbe820792a0f2e002a85a22055696509.tar.bz2
openbsd-1dd1aaafcbe820792a0f2e002a85a22055696509.zip
Mop up unused AES_ASM and RSA_ASM defines.
These have not been used for quite some time.
Diffstat (limited to 'src/lib/libcrypto/arch/mips64')
-rw-r--r--src/lib/libcrypto/arch/mips64/Makefile.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/arch/mips64/Makefile.inc b/src/lib/libcrypto/arch/mips64/Makefile.inc
index 64e806289d..27de78bb50 100644
--- a/src/lib/libcrypto/arch/mips64/Makefile.inc
+++ b/src/lib/libcrypto/arch/mips64/Makefile.inc
@@ -1,9 +1,8 @@
1# $OpenBSD: Makefile.inc,v 1.19 2025/02/14 12:01:58 jsing Exp $ 1# $OpenBSD: Makefile.inc,v 1.20 2026/01/17 13:55:30 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
7SSLASM+= aes aes-mips aes-mips 6SSLASM+= aes aes-mips aes-mips
8# bn 7# bn
9SSLASM+= bn mips bn-mips 8SSLASM+= bn mips bn-mips