summaryrefslogtreecommitdiff
path: root/src/ec-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec-context.h')
-rw-r--r--src/ec-context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ec-context.h b/src/ec-context.h
index 88742bf2..6827e188 100644
--- a/src/ec-context.h
+++ b/src/ec-context.h
@@ -38,6 +38,8 @@ struct mpi_ec_ctx_s
/* This structure is private to mpi/ec.c! */
struct {
+ int need_sync; /* Helper for ec_p_sync. */
+
int a_is_pminus3; /* True if A = P - 3. */
gcry_mpi_t two_inv_p;