commit | 9ef6e2bfb6cf066201ce2dc14ddc4137846ec7bb | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Oct 01 20:57:38 2012 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Mon Oct 01 20:57:38 2012 +0000 |
tree | 8d8be923188ff384c867cfce9be665fc5f2e7bc4 | |
parent | 93784e12ae470e0dbd1d51323854b7b0ba90e782 [diff] [blame] |
- Added missing int32_t definition
diff --git a/include/polarssl/bignum.h b/include/polarssl/bignum.h index 092e185..9cf61a3 100644 --- a/include/polarssl/bignum.h +++ b/include/polarssl/bignum.h
@@ -36,6 +36,7 @@ #include <basetsd.h> typedef INT16 int16_t; typedef UINT16 uint16_t; +typedef INT32 int32_t; typedef UINT32 uint32_t; typedef UINT64 uint64_t; #else