Correctly enable assembler Montgomery routine.
authormiod <miod@openbsd.org>
Fri, 2 May 2014 22:23:00 +0000 (22:23 +0000)
committermiod <miod@openbsd.org>
Fri, 2 May 2014 22:23:00 +0000 (22:23 +0000)
lib/libcrypto/arch/hppa/Makefile.inc
lib/libcrypto/crypto/arch/hppa/Makefile.inc

index 2d95d63..cdf0c36 100644 (file)
@@ -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
index 2d95d63..cdf0c36 100644 (file)
@@ -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