summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-05-02 22:23:01 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-05-02 22:23:01 +0000
commitfbcc0451252b5e78f89da18bda835bb5245502e0 (patch)
tree1212ff27da5e8b7a3018137d1a2fdbdd4ba1f8d6
parentd172426e82892151f7432e4beb5914e81718e294 (diff)
Correctly enable assembler Montgomery routine.
-rw-r--r--lib/libcrypto/arch/hppa/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/arch/hppa/Makefile.inc b/lib/libcrypto/arch/hppa/Makefile.inc
index 2d95d638e34..cdf0c360342 100644
--- a/lib/libcrypto/arch/hppa/Makefile.inc
+++ b/lib/libcrypto/arch/hppa/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.3 2014/05/02 20:08:10 miod Exp $
+# $OpenBSD: Makefile.inc,v 1.4 2014/05/02 22:23:00 miod Exp $
# hppa-specific libcrypto build rules
@@ -11,6 +11,7 @@ SRCS+= bf_enc.c
# bn
SRCS+= bn_asm.c
SSLASM+= bn parisc-mont parisc-mont
+CFLAGS+= -DOPENSSL_BN_ASM_MONT -DBN_DIV2W
# des
SRCS+= des_enc.c fcrypt_b.c
# modes