diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2024-03-29 02:33:46 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2024-03-29 02:33:46 +0000 |
commit | e2e3c0b1352c8ff740d0da3cc3c976d7746ab1c5 (patch) | |
tree | 17ca82ec58eb4df9b334b3c1341f2b22cbc5ac30 /lib/libcrypto/arch/hppa/Makefile.inc | |
parent | d85c2e890633146afc57dec18ca11c910d37e1d8 (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.inc | 4 |
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 |