summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-10-04 06:22:11 +0000
committerAndy Polyakov <appro@openssl.org>2005-10-04 06:22:11 +0000
commit682b112abc7489a0e24039b9516457f13bb91309 (patch)
treee0d87dee08d816362afba7bd9c515cc6e3c1369d /crypto/bn/bn.h
parente738280547e0f7e3cc5756a92ce3c926eb7736ce (diff)
Reserve for SMALL_FOOTPRINT bn_asm.c. Currently OPENSSL_SMALL_FOOTPRINT
is defined on Windows CE targets.
Diffstat (limited to 'crypto/bn/bn.h')
-rw-r--r--crypto/bn/bn.h2
1 files changed, 2 insertions, 0 deletions
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).