From 7993b1b66c83e14088d67aa7e530f412e336596a Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Thu, 12 Jun 2014 11:00:30 +0200 Subject: [PATCH] regenerate fp_sqr_comba_small_set.c --- src/sqr/fp_sqr_comba_small_set.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/sqr/fp_sqr_comba_small_set.c b/src/sqr/fp_sqr_comba_small_set.c index 1d505ea..86ba037 100644 --- a/src/sqr/fp_sqr_comba_small_set.c +++ b/src/sqr/fp_sqr_comba_small_set.c @@ -6,8 +6,8 @@ void fp_sqr_comba_small(fp_int *A, fp_int *B) { fp_digit *a, b[32], c0, c1, c2, sc0, sc1, sc2; #ifdef TFM_ISO - fp_word tt; -#endif + fp_word tt; +#endif switch (A->used) { case 1: a = A->dp; @@ -1512,6 +1512,7 @@ void fp_sqr_comba_small(fp_int *A, fp_int *B) memcpy(B->dp, b, 32 * sizeof(fp_digit)); fp_clamp(B); break; + } }