summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2014-05-02 18:21:39 +0000
committermiod <miod@openbsd.org>2014-05-02 18:21:39 +0000
commit290f43b029e5bc8f1f389aa83df997e058b1f367 (patch)
treed9abf52be3973a972e79b6b07c1f18d42f51e642
parentAdd ChaCha as a cipher. (diff)
downloadwireguard-openbsd-290f43b029e5bc8f1f389aa83df997e058b1f367.tar.xz
wireguard-openbsd-290f43b029e5bc8f1f389aa83df997e058b1f367.zip
Disable assembler version of SHA512 for now, it produces wrong results.
-rw-r--r--lib/libcrypto/arch/hppa/Makefile.inc6
-rw-r--r--lib/libcrypto/crypto/arch/hppa/Makefile.inc6
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libcrypto/arch/hppa/Makefile.inc b/lib/libcrypto/arch/hppa/Makefile.inc
index a25c69392bf..30e0dbce5f0 100644
--- a/lib/libcrypto/arch/hppa/Makefile.inc
+++ b/lib/libcrypto/arch/hppa/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.1 2014/05/01 22:27:59 miod Exp $
+# $OpenBSD: Makefile.inc,v 1.2 2014/05/02 18:21:39 miod Exp $
# hppa-specific libcrypto build rules
@@ -29,8 +29,8 @@ CFLAGS+= -DSHA1_ASM
SSLASM+= sha sha1-parisc sha1-parisc
CFLAGS+= -DSHA256_ASM
SSLASM+= sha sha512-parisc sha256-parisc
-CFLAGS+= -DSHA512_ASM
-SSLASM+= sha sha512-parisc sha512-parisc
+#CFLAGS+= -DSHA512_ASM
+#SSLASM+= sha sha512-parisc sha512-parisc
# whrlpool
SRCS+= wp_block.c
diff --git a/lib/libcrypto/crypto/arch/hppa/Makefile.inc b/lib/libcrypto/crypto/arch/hppa/Makefile.inc
index a25c69392bf..30e0dbce5f0 100644
--- a/lib/libcrypto/crypto/arch/hppa/Makefile.inc
+++ b/lib/libcrypto/crypto/arch/hppa/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.1 2014/05/01 22:27:59 miod Exp $
+# $OpenBSD: Makefile.inc,v 1.2 2014/05/02 18:21:39 miod Exp $
# hppa-specific libcrypto build rules
@@ -29,8 +29,8 @@ CFLAGS+= -DSHA1_ASM
SSLASM+= sha sha1-parisc sha1-parisc
CFLAGS+= -DSHA256_ASM
SSLASM+= sha sha512-parisc sha256-parisc
-CFLAGS+= -DSHA512_ASM
-SSLASM+= sha sha512-parisc sha512-parisc
+#CFLAGS+= -DSHA512_ASM
+#SSLASM+= sha sha512-parisc sha512-parisc
# whrlpool
SRCS+= wp_block.c