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 8dce7a7c..ba6bdfc6 100644
--- a/src/ec-context.h
+++ b/src/ec-context.h
@@ -53,6 +53,8 @@ struct mpi_ec_ctx_s
gcry_mpi_t two_inv_p;
+ mpi_barrett_t p_barrett;
+
/* Scratch variables. */
gcry_mpi_t scratch[11];