Skip to content
Snippets Groups Projects
Commit 1e14955a authored by Niels Möller's avatar Niels Möller
Browse files

Deleted unused variable.

parent d5ca2c64
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,6 @@ ecc_ecdsa_sign (const struct ecc_curve *ecc, ...@@ -61,7 +61,6 @@ ecc_ecdsa_sign (const struct ecc_curve *ecc,
mp_limb_t *rp, mp_limb_t *sp, mp_limb_t *rp, mp_limb_t *sp,
mp_limb_t *scratch) mp_limb_t *scratch)
{ {
mp_limb_t cy;
#define P scratch #define P scratch
#define kinv scratch /* Needs 5*ecc->size for computation */ #define kinv scratch /* Needs 5*ecc->size for computation */
#define hp (scratch + ecc->size) /* NOTE: ecc->size + 1 limbs! */ #define hp (scratch + ecc->size) /* NOTE: ecc->size + 1 limbs! */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment