diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/arch/alpha/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/alpha/Makefile.inc b/src/lib/libcrypto/arch/alpha/Makefile.inc index ac8314563c..9c5923589b 100644 --- a/src/lib/libcrypto/arch/alpha/Makefile.inc +++ b/src/lib/libcrypto/arch/alpha/Makefile.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.11 2024/03/28 12:52:58 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.12 2024/03/29 02:33:44 jsing Exp $ |
2 | 2 | ||
3 | # alpha-specific libcrypto build rules | 3 | # alpha-specific libcrypto build rules |
4 | 4 | ||
@@ -15,8 +15,6 @@ SSLASM+= modes ghash-alpha | |||
15 | # sha | 15 | # sha |
16 | CFLAGS+= -DSHA1_ASM | 16 | CFLAGS+= -DSHA1_ASM |
17 | SSLASM+= sha sha1-alpha | 17 | SSLASM+= sha sha1-alpha |
18 | # whrlpool | ||
19 | SRCS+= wp_block.c | ||
20 | 18 | ||
21 | .for dir f in ${SSLASM} | 19 | .for dir f in ${SSLASM} |
22 | SRCS+= ${f}.S | 20 | SRCS+= ${f}.S |