diff --git a/src/num_gmp_impl.h b/src/num_gmp_impl.h index e9f1a1bf5c..b6b3b84e89 100644 --- a/src/num_gmp_impl.h +++ b/src/num_gmp_impl.h @@ -300,7 +300,7 @@ void static secp256k1_num_set_hex(secp256k1_num_t *r, const char *a, int alen) { }; unsigned char num[257] = {}; for (int i=0; ilimbs = mpn_set_str(r->data, num, alen, 16); while (r->limbs > 1 && r->data[r->limbs-1] == 0) r->limbs--;