commit | 5c2364c2bac4c0c0c269235aa701ec7e07a1e00e | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Oct 01 14:41:15 2012 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Mon Oct 01 14:41:15 2012 +0000 |
tree | 51de66388f33a7b14e34b8b985cc557d3cf0c11d | |
parent | 6adff7497a010b49ec2d0e18ed2c5bacf1054a04 [diff] [blame] |
- Moved from unsigned long to uint32_t throughout code
diff --git a/library/bignum.c b/library/bignum.c index cbd25ab..60a8df4 100644 --- a/library/bignum.c +++ b/library/bignum.c
@@ -1102,7 +1102,7 @@ Z.p[i - t - 1] = ~0; else { -#if defined(POLARSSL_HAVE_LONGLONG) +#if defined(POLARSSL_HAVE_INT64) t_udbl r; r = (t_udbl) X.p[i] << biL;