diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/arch/hppa/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/hppa/Makefile.inc b/src/lib/libcrypto/arch/hppa/Makefile.inc index bbe4c9ac1e..948aff2107 100644 --- a/src/lib/libcrypto/arch/hppa/Makefile.inc +++ b/src/lib/libcrypto/arch/hppa/Makefile.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.20 2024/03/28 12:52:58 jsing Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.21 2024/03/29 02:33:44 jsing Exp $ |
2 | 2 | ||
3 | # hppa-specific libcrypto build rules | 3 | # hppa-specific libcrypto build rules |
4 | 4 | ||
@@ -19,8 +19,6 @@ CFLAGS+= -DSHA1_ASM | |||
19 | SSLASM+= sha sha1-parisc sha1-parisc | 19 | SSLASM+= sha sha1-parisc sha1-parisc |
20 | CFLAGS+= -DSHA256_ASM | 20 | CFLAGS+= -DSHA256_ASM |
21 | SSLASM+= sha sha512-parisc sha256-parisc | 21 | SSLASM+= sha sha512-parisc sha256-parisc |
22 | # whrlpool | ||
23 | SRCS+= wp_block.c | ||
24 | 22 | ||
25 | .for dir src dst in ${SSLASM} | 23 | .for dir src dst in ${SSLASM} |
26 | SRCS+= ${dst}.S | 24 | SRCS+= ${dst}.S |