summaryrefslogtreecommitdiff
path: root/lib/libcrypto/arch/hppa/Makefile.inc
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2024-03-29 02:33:46 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2024-03-29 02:33:46 +0000
commite2e3c0b1352c8ff740d0da3cc3c976d7746ab1c5 (patch)
tree17ca82ec58eb4df9b334b3c1341f2b22cbc5ac30 /lib/libcrypto/arch/hppa/Makefile.inc
parentd85c2e890633146afc57dec18ca11c910d37e1d8 (diff)
Move wp_block.c to the primary Makefile.
This is now built on all platforms.
Diffstat (limited to 'lib/libcrypto/arch/hppa/Makefile.inc')
-rw-r--r--lib/libcrypto/arch/hppa/Makefile.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcrypto/arch/hppa/Makefile.inc b/lib/libcrypto/arch/hppa/Makefile.inc
index bbe4c9ac1e9..948aff2107f 100644
--- a/lib/libcrypto/arch/hppa/Makefile.inc
+++ b/lib/libcrypto/arch/hppa/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.20 2024/03/28 12:52:58 jsing Exp $
+# $OpenBSD: Makefile.inc,v 1.21 2024/03/29 02:33:44 jsing Exp $
# hppa-specific libcrypto build rules
@@ -19,8 +19,6 @@ CFLAGS+= -DSHA1_ASM
SSLASM+= sha sha1-parisc sha1-parisc
CFLAGS+= -DSHA256_ASM
SSLASM+= sha sha512-parisc sha256-parisc
-# whrlpool
-SRCS+= wp_block.c
.for dir src dst in ${SSLASM}
SRCS+= ${dst}.S