commit | 00ab47026bde24fca88362dab620c6ff835606ac | [log] [tgz] |
---|---|---|
author | Rich Evans <rich.evans@arm.com> | Fri Feb 06 13:43:58 2015 +0000 |
committer | Rich Evans <rich.evans@arm.com> | Tue Feb 10 11:28:46 2015 +0000 |
tree | 8e91d30f288f8178519b3d325ea4b41a7e841b68 | |
parent | e83ac1d7d1dc8503d150ba836ebadab542fd740f [diff] [blame] |
cleanup library and some basic tests. Includes, add guards to includes
diff --git a/include/polarssl/pbkdf2.h b/include/polarssl/pbkdf2.h index 0548ad0..7c98eae 100644 --- a/include/polarssl/pbkdf2.h +++ b/include/polarssl/pbkdf2.h
@@ -27,10 +27,10 @@ #ifndef POLARSSL_PBKDF2_H #define POLARSSL_PBKDF2_H -#include <string.h> - #include "md.h" +#include <stddef.h> + #if defined(_MSC_VER) && !defined(EFIX64) && !defined(EFI32) #include <basetsd.h> typedef UINT32 uint32_t;