commit | a47e7058ea6086838fd265b40d64c8ceab24f224 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Oct 21 17:51:45 2013 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Oct 23 13:24:55 2013 +0200 |
tree | ebec9060ec6788cf6903dd45343caccbeac94933 | |
parent | e783f06f730f3f19851caaf78a8091780093b085 [diff] [blame] |
mod_p224 now endian-neutral
diff --git a/include/polarssl/bignum.h b/include/polarssl/bignum.h index b1c43b7..769e546 100644 --- a/include/polarssl/bignum.h +++ b/include/polarssl/bignum.h
@@ -142,6 +142,7 @@ typedef unsigned int t_udbl __attribute__((mode(TI))); #define POLARSSL_HAVE_UDBL #else + #define POLARSSL_HAVE_INT32 typedef int32_t t_sint; typedef uint32_t t_uint; #if ( defined(_MSC_VER) && defined(_M_IX86) )