From 682b112abc7489a0e24039b9516457f13bb91309 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 4 Oct 2005 06:22:11 +0000 Subject: Reserve for SMALL_FOOTPRINT bn_asm.c. Currently OPENSSL_SMALL_FOOTPRINT is defined on Windows CE targets. --- crypto/bn/bn.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/bn/bn.h') diff --git a/crypto/bn/bn.h b/crypto/bn/bn.h index c296e10d25..f8652a46a0 100644 --- a/crypto/bn/bn.h +++ b/crypto/bn/bn.h @@ -94,9 +94,11 @@ extern "C" { /* #define BN_DEBUG */ /* #define BN_DEBUG_RAND */ +#ifndef OPENSSL_SMALL_FOOTPRINT #define BN_MUL_COMBA #define BN_SQR_COMBA #define BN_RECURSION +#endif /* This next option uses the C libraries (2 word)/(1 word) function. * If it is not defined, I use my C version (which is slower). -- cgit v1.2.3