diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-09-27 20:42:39 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-09-27 20:42:39 +0000 |
commit | 32a574c09ae248a33a828d929e93fd23b3b39769 (patch) | |
tree | 4624c31c929feaf664f00e2db67717aef197b0b8 /lib/libcrypto | |
parent | 4589c457f2ca117bd8c259a358771be29b6fde9e (diff) |
Revert r1.5 and reenable assembler version of ghash now that it has been
fixed.
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/crypto/arch/hppa/Makefile.inc | 6 |
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 dd676462d91..8f91214a508 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.5 2014/09/27 12:29:31 miod Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2014/09/27 20:42:38 miod Exp $ # hppa-specific libcrypto build rules @@ -15,8 +15,8 @@ CFLAGS+= -DOPENSSL_BN_ASM_MONT -DBN_DIV2W # des SRCS+= des_enc.c fcrypt_b.c # modes -#CFLAGS+= -DGHASH_ASM -#SSLASM+= modes ghash-parisc ghash-parisc +CFLAGS+= -DGHASH_ASM +SSLASM+= modes ghash-parisc ghash-parisc # rc4 .if 0 # about 35% slower than C code SSLASM+= rc4 rc4-parisc rc4-parisc |