commit | 6dab6200c678386bdf8951f57b9b769d80810bb3 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Wed Jan 02 16:42:29 2019 +0000 |
committer | Hanno Becker <hanno.becker@arm.com> | Wed Jan 02 16:42:29 2019 +0000 |
tree | b8d023952a01de89d77a1a223fd844b80acc215f | |
parent | 5d91c0bbee6270c0c524afc111f265c198088105 [diff] [blame] |
Fix typo after rebase
diff --git a/library/bignum.c b/library/bignum.c index 91c8232..503ec53 100644 --- a/library/bignum.c +++ b/library/bignum.c
@@ -2091,7 +2091,7 @@ void *p_rng ) { int ret; - size_t const limbs CHARS_TO_LIMBS( size ); + size_t const limbs = CHARS_TO_LIMBS( size ); size_t const overhead = ( limbs * ciL ) - size; unsigned char *Xp;