summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-05-03 17:23:56 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-05-03 17:23:56 +0000
commit07763699002ee69430a0389b9b63457ecb4a8c31 (patch)
tree1755ebadfd55c4ddcee6fcb7c79d9611822c6528
parent7f96064f677af1c3b83c8ec006a62ecae0a2fa94 (diff)
Correctly enable Montgomery code.
-rw-r--r--lib/libcrypto/arch/alpha/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/arch/alpha/Makefile.inc b/lib/libcrypto/arch/alpha/Makefile.inc
index a13726e8cce..9c9d77ea75a 100644
--- a/lib/libcrypto/arch/alpha/Makefile.inc
+++ b/lib/libcrypto/arch/alpha/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.1 2014/05/01 20:42:59 miod Exp $
+# $OpenBSD: Makefile.inc,v 1.2 2014/05/03 17:23:55 miod Exp $
# alpha-specific libcrypto build rules
@@ -9,6 +9,7 @@ SRCS+= bf_enc.c
# bn
SRCS+= bn_asm.c
SSLASM+= bn alpha-mont
+CFLAGS+= -DOPENSSL_BN_ASM_MONT
# des
SRCS+= des_enc.c fcrypt_b.c
# modes