Disable assembler version of SHA512 for now, it produces wrong results.
authormiod <miod@openbsd.org>
Fri, 2 May 2014 18:21:39 +0000 (18:21 +0000)
committermiod <miod@openbsd.org>
Fri, 2 May 2014 18:21:39 +0000 (18:21 +0000)
lib/libcrypto/arch/hppa/Makefile.inc
lib/libcrypto/crypto/arch/hppa/Makefile.inc

index a25c693..30e0dbc 100644 (file)
@@ -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
 
index a25c693..30e0dbc 100644 (file)
@@ -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