aboutsummaryrefslogtreecommitdiff
path: root/src/secp256k1/src/ecmult.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/secp256k1/src/ecmult.h')
-rw-r--r--src/secp256k1/src/ecmult.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/secp256k1/src/ecmult.h b/src/secp256k1/src/ecmult.h
index c9b198239d..09e8146414 100644
--- a/src/secp256k1/src/ecmult.h
+++ b/src/secp256k1/src/ecmult.h
@@ -15,9 +15,7 @@
typedef struct {
/* For accelerating the computation of a*P + b*G: */
secp256k1_ge_storage (*pre_g)[]; /* odd multiples of the generator */
-#ifdef USE_ENDOMORPHISM
secp256k1_ge_storage (*pre_g_128)[]; /* odd multiples of 2^128*generator */
-#endif
} secp256k1_ecmult_context;
static const size_t SECP256K1_ECMULT_CONTEXT_PREALLOCATED_SIZE;