summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormiod <>2014-05-02 18:21:39 +0000
committermiod <>2014-05-02 18:21:39 +0000
commit83c4562bf875f4ef85fddac8ce8fefc05dfa718d (patch)
tree8228ce6c0375af5432f8be845fd64c41f096045b
parent9dc9a083ef7fe522cd6114c696b0ba0cbe86de13 (diff)
downloadopenbsd-83c4562bf875f4ef85fddac8ce8fefc05dfa718d.tar.gz
openbsd-83c4562bf875f4ef85fddac8ce8fefc05dfa718d.tar.bz2
openbsd-83c4562bf875f4ef85fddac8ce8fefc05dfa718d.zip
Disable assembler version of SHA512 for now, it produces wrong results.
-rw-r--r--src/lib/libcrypto/arch/hppa/Makefile.inc6
-rw-r--r--src/lib/libcrypto/crypto/arch/hppa/Makefile.inc6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/arch/hppa/Makefile.inc b/src/lib/libcrypto/arch/hppa/Makefile.inc
index a25c69392b..30e0dbce5f 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.1 2014/05/01 22:27:59 miod Exp $ 1# $OpenBSD: Makefile.inc,v 1.2 2014/05/02 18:21:39 miod Exp $
2 2
3# hppa-specific libcrypto build rules 3# hppa-specific libcrypto build rules
4 4
@@ -29,8 +29,8 @@ CFLAGS+= -DSHA1_ASM
29SSLASM+= sha sha1-parisc sha1-parisc 29SSLASM+= sha sha1-parisc sha1-parisc
30CFLAGS+= -DSHA256_ASM 30CFLAGS+= -DSHA256_ASM
31SSLASM+= sha sha512-parisc sha256-parisc 31SSLASM+= sha sha512-parisc sha256-parisc
32CFLAGS+= -DSHA512_ASM 32#CFLAGS+= -DSHA512_ASM
33SSLASM+= sha sha512-parisc sha512-parisc 33#SSLASM+= sha sha512-parisc sha512-parisc
34# whrlpool 34# whrlpool
35SRCS+= wp_block.c 35SRCS+= wp_block.c
36 36
diff --git a/src/lib/libcrypto/crypto/arch/hppa/Makefile.inc b/src/lib/libcrypto/crypto/arch/hppa/Makefile.inc
index a25c69392b..30e0dbce5f 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.1 2014/05/01 22:27:59 miod Exp $ 1# $OpenBSD: Makefile.inc,v 1.2 2014/05/02 18:21:39 miod Exp $
2 2
3# hppa-specific libcrypto build rules 3# hppa-specific libcrypto build rules
4 4
@@ -29,8 +29,8 @@ CFLAGS+= -DSHA1_ASM
29SSLASM+= sha sha1-parisc sha1-parisc 29SSLASM+= sha sha1-parisc sha1-parisc
30CFLAGS+= -DSHA256_ASM 30CFLAGS+= -DSHA256_ASM
31SSLASM+= sha sha512-parisc sha256-parisc 31SSLASM+= sha sha512-parisc sha256-parisc
32CFLAGS+= -DSHA512_ASM 32#CFLAGS+= -DSHA512_ASM
33SSLASM+= sha sha512-parisc sha512-parisc 33#SSLASM+= sha sha512-parisc sha512-parisc
34# whrlpool 34# whrlpool
35SRCS+= wp_block.c 35SRCS+= wp_block.c
36 36