From 17df1452566d75e152c9316c19cccdcf46cc5b67 Mon Sep 17 00:00:00 2001 From: miod <> Date: Fri, 2 May 2014 20:08:10 +0000 Subject: Reenable assembler code for SHA384 and SHA512 now that it no longer miscomputes things. Worth doing as it's twice faster than the C code. --- src/lib/libcrypto/arch/hppa/Makefile.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/arch') diff --git a/src/lib/libcrypto/arch/hppa/Makefile.inc b/src/lib/libcrypto/arch/hppa/Makefile.inc index 30e0dbce5f..2d95d638e3 100644 --- a/src/lib/libcrypto/arch/hppa/Makefile.inc +++ b/src/lib/libcrypto/arch/hppa/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 2014/05/02 18:21:39 miod Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2014/05/02 20:08:10 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 -- cgit v1.2.3-55-g6feb