summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-05-02 18:21:40 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-05-02 18:21:40 +0000
commit89f3e1a1f96fb26e469dadac4aecc8d46102df48 (patch)
tree748a8e4fa78378909823cbff50c9370020c6ee92 /lib
parente4b40efdf8a8ccefc907ef51ea2133b2903b3462 (diff)
Disable assembler version of SHA512 for now, it produces wrong results.
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/crypto/arch/hppa/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
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