diff options
| author | jsing <> | 2024-03-29 01:24:07 +0000 |
|---|---|---|
| committer | jsing <> | 2024-03-29 01:24:07 +0000 |
| commit | 529abdf9c39413956ea15540c7deb1119e2c0934 (patch) | |
| tree | 7e5db3ffce3fbeb904e263880889125acd80370f /src/lib/libcrypto/arch/i386 | |
| parent | c75128709e5ccf95a729d483e1c8d1a904be186e (diff) | |
| download | openbsd-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.inc | 4 |
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 | |||
| 39 | SSLASM+= sha sha512-586 | 39 | SSLASM+= sha sha512-586 |
| 40 | # whrlpool | 40 | # whrlpool |
| 41 | SRCS+= wp_block.c | 41 | SRCS+= wp_block.c |
| 42 | CFLAGS+= -DWHIRLPOOL_ASM | ||
| 43 | SSLASM+= whrlpool wp-mmx | ||
| 44 | 42 | ||
| 45 | .for dir f in ${SSLASM} | 43 | .for dir f in ${SSLASM} |
| 46 | SRCS+= ${f}.S | 44 | SRCS+= ${f}.S |
