commit | 477fd326bd19cf92c6c7fac19d5cb3a22f6d6916 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sun Oct 04 13:22:13 2009 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sun Oct 04 13:22:13 2009 +0000 |
tree | bd860dd3aae59d0ab86a3c8be252eda33c01bb56 | |
parent | fe1aea787757862cae00d46dbd84f04bdb9e7223 [diff] [blame] |
- Removed dos newlines
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