summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/i386
diff options
context:
space:
mode:
authorjsing <>2024-03-29 01:24:07 +0000
committerjsing <>2024-03-29 01:24:07 +0000
commit529abdf9c39413956ea15540c7deb1119e2c0934 (patch)
tree7e5db3ffce3fbeb904e263880889125acd80370f /src/lib/libcrypto/arch/i386
parentc75128709e5ccf95a729d483e1c8d1a904be186e (diff)
downloadopenbsd-529abdf9c39413956ea15540c7deb1119e2c0934.tar.gz
openbsd-529abdf9c39413956ea15540c7deb1119e2c0934.tar.bz2
openbsd-529abdf9c39413956ea15540c7deb1119e2c0934.zip
Stop building whirlpool assembly on amd64 and i386.
This is a legacy algorithm and the assembly is only marginally faster than the C code. Discussed with beck@ and tb@
Diffstat (limited to 'src/lib/libcrypto/arch/i386')
-rw-r--r--src/lib/libcrypto/arch/i386/Makefile.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/i386/Makefile.inc b/src/lib/libcrypto/arch/i386/Makefile.inc
index 5741bc6f3b..9da377a3c6 100644
--- a/src/lib/libcrypto/arch/i386/Makefile.inc
+++ b/src/lib/libcrypto/arch/i386/Makefile.inc
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile.inc,v 1.17 2024/03/28 12:52:58 jsing Exp $ 1# $OpenBSD: Makefile.inc,v 1.18 2024/03/29 01:24:07 jsing Exp $
2 2
3# i386-specific libcrypto build rules 3# i386-specific libcrypto build rules
4 4
@@ -39,8 +39,6 @@ CFLAGS+= -DSHA512_ASM
39SSLASM+= sha sha512-586 39SSLASM+= sha sha512-586
40# whrlpool 40# whrlpool
41SRCS+= wp_block.c 41SRCS+= wp_block.c
42CFLAGS+= -DWHIRLPOOL_ASM
43SSLASM+= whrlpool wp-mmx
44 42
45.for dir f in ${SSLASM} 43.for dir f in ${SSLASM}
46SRCS+= ${f}.S 44SRCS+= ${f}.S