summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_lcl.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-03-10 23:18:35 +0000
committerBodo Möller <bodo@openssl.org>2001-03-10 23:18:35 +0000
commit48fe4d6233ac2d60745742a27f820dd88bc6689d (patch)
tree760676bc4de19a5141734bf9a07abc4494463345 /crypto/bn/bn_lcl.h
parent7b8250053bc9fa05cccaf146e96a28ad5333923f (diff)
More EC stuff, including EC_POINTs_mul() for simultaneous scalar
multiplication of an arbitrary number of points.
Diffstat (limited to 'crypto/bn/bn_lcl.h')
-rw-r--r--crypto/bn/bn_lcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn_lcl.h b/crypto/bn/bn_lcl.h
index df12a01b7a..73792f1220 100644
--- a/crypto/bn/bn_lcl.h
+++ b/crypto/bn/bn_lcl.h
@@ -120,7 +120,7 @@ extern "C" {
/* Used for temp variables */
-#define BN_CTX_NUM 24
+#define BN_CTX_NUM 32
#define BN_CTX_NUM_POS 12
struct bignum_ctx
{