summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/arch/hppa/Makefile.inc6
-rw-r--r--src/lib/libcrypto/crypto/arch/hppa/Makefile.inc6
2 files changed, 2 insertions, 10 deletions
diff --git a/src/lib/libcrypto/arch/hppa/Makefile.inc b/src/lib/libcrypto/arch/hppa/Makefile.inc
index d8ca1065d6..0e18de2074 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.8 2015/03/05 20:35:28 miod Exp $ 1# $OpenBSD: Makefile.inc,v 1.9 2015/03/18 05:26:10 miod Exp $
2 2
3# hppa-specific libcrypto build rules 3# hppa-specific libcrypto build rules
4 4
@@ -30,12 +30,8 @@ SRCS+= rc4_enc.c rc4_skey.c
30# sha 30# sha
31CFLAGS+= -DSHA1_ASM 31CFLAGS+= -DSHA1_ASM
32SSLASM+= sha sha1-parisc sha1-parisc 32SSLASM+= sha sha1-parisc sha1-parisc
33.if 0 # sha512 subtly broken, sha256 probably as well
34CFLAGS+= -DSHA256_ASM 33CFLAGS+= -DSHA256_ASM
35SSLASM+= sha sha512-parisc sha256-parisc 34SSLASM+= sha sha512-parisc sha256-parisc
36CFLAGS+= -DSHA512_ASM
37SSLASM+= sha sha512-parisc sha512-parisc
38.endif
39# whrlpool 35# whrlpool
40SRCS+= wp_block.c 36SRCS+= wp_block.c
41 37
diff --git a/src/lib/libcrypto/crypto/arch/hppa/Makefile.inc b/src/lib/libcrypto/crypto/arch/hppa/Makefile.inc
index d8ca1065d6..0e18de2074 100644
--- a/src/lib/libcrypto/crypto/arch/hppa/Makefile.inc
+++ b/src/lib/libcrypto/crypto/arch/hppa/Makefile.inc
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile.inc,v 1.8 2015/03/05 20:35:28 miod Exp $ 1# $OpenBSD: Makefile.inc,v 1.9 2015/03/18 05:26:10 miod Exp $
2 2
3# hppa-specific libcrypto build rules 3# hppa-specific libcrypto build rules
4 4
@@ -30,12 +30,8 @@ SRCS+= rc4_enc.c rc4_skey.c
30# sha 30# sha
31CFLAGS+= -DSHA1_ASM 31CFLAGS+= -DSHA1_ASM
32SSLASM+= sha sha1-parisc sha1-parisc 32SSLASM+= sha sha1-parisc sha1-parisc
33.if 0 # sha512 subtly broken, sha256 probably as well
34CFLAGS+= -DSHA256_ASM 33CFLAGS+= -DSHA256_ASM
35SSLASM+= sha sha512-parisc sha256-parisc 34SSLASM+= sha sha512-parisc sha256-parisc
36CFLAGS+= -DSHA512_ASM
37SSLASM+= sha sha512-parisc sha512-parisc
38.endif
39# whrlpool 35# whrlpool
40SRCS+= wp_block.c 36SRCS+= wp_block.c
41 37