commit | 62261d6bd69576de66efbad2ff542c5c9e5ad4be | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 02 12:19:31 2012 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 02 12:19:31 2012 +0000 |
tree | e6f408df14bde2e79f66b5f7dcfcfed25852194e | |
parent | 3338b792da8d81232db8921d7134de9da45a52e6 [diff] [blame] |
- Rewrote bignum type definition #ifdef tree to work better on all systems
diff --git a/library/bignum.c b/library/bignum.c index 60a8df4..0008748 100644 --- a/library/bignum.c +++ b/library/bignum.c
@@ -1102,7 +1102,7 @@ Z.p[i - t - 1] = ~0; else { -#if defined(POLARSSL_HAVE_INT64) +#if defined(POLARSSL_HAVE_UDBL) t_udbl r; r = (t_udbl) X.p[i] << biL;