From 470b5df2a25a96505cc2201f69bd40a1c70272e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sat, 4 Oct 2014 21:17:08 +0200 Subject: [PATCH] Drop an unneeded local cy variable. --- ecc-eh-to-a.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ecc-eh-to-a.c b/ecc-eh-to-a.c index 3b7aff22..95f30a7c 100644 --- a/ecc-eh-to-a.c +++ b/ecc-eh-to-a.c @@ -79,7 +79,6 @@ ecc_eh_to_a (const struct ecc_curve *ecc, /* Reduce modulo q. FIXME: Hardcoded for curve25519, duplicates end of ecc_25519_modq. FIXME: Is this needed at all? Full reduction mod p is maybe sufficient. */ - mp_limb_t cy; unsigned shift; assert (ecc->p.bit_size == 255); shift = 252 - GMP_NUMB_BITS * (ecc->p.size - 1); -- GitLab