commit | 53443e4fa42a9d79c89b55b41f1d36df79a85876 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sun Oct 04 15:22:11 2009 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sun Oct 04 15:22:11 2009 +0000 |
tree | 8246fb13aa051876a967a3d3dd856a98f9ff76c3 | |
parent | 7b7400ad8a3fb510e2a42691fea42ecc7d24d463 [diff] [blame] |
- Merged trunk changes 796:817 into the 0.12 branch
diff --git a/include/polarssl/xtea.h b/include/polarssl/xtea.h index 1e1f4dc..9d3dadd 100644 --- a/include/polarssl/xtea.h +++ b/include/polarssl/xtea.h
@@ -21,11 +21,11 @@ #ifndef POLARSSL_XTEA_H #define POLARSSL_XTEA_H -#ifdef _MSC_VER -#include <basetsd.h> -typedef UINT32 uint32_t; -#else -#include <inttypes.h> +#ifdef _MSC_VER +#include <basetsd.h> +typedef UINT32 uint32_t; +#else +#include <inttypes.h> #endif #define XTEA_ENCRYPT 1