mod_p224 now endian-neutral

This commit is contained in:
Manuel Pégourié-Gonnard 2013-10-21 17:51:45 +02:00
parent e783f06f73
commit a47e7058ea
2 changed files with 38 additions and 21 deletions

View file

@ -142,6 +142,7 @@ typedef uint32_t t_udbl;
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) )