summaryrefslogtreecommitdiffstats
path: root/src/crypto/ec/p256-64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/ec/p256-64.c')
-rw-r--r--src/crypto/ec/p256-64.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/ec/p256-64.c b/src/crypto/ec/p256-64.c
index 8f824de..fdb942c 100644
--- a/src/crypto/ec/p256-64.c
+++ b/src/crypto/ec/p256-64.c
@@ -1601,7 +1601,6 @@ static void batch_mul(felem x_out, felem y_out, felem z_out,
/* Precomputation for the group generator. */
typedef struct {
smallfelem g_pre_comp[2][16][3];
- int references;
} NISTP256_PRE_COMP;
/******************************************************************************/