- The config header file is now always included in all tests

This commit is contained in:
Paul Bakker 2011-03-26 13:39:34 +00:00
parent 287781a965
commit 579923c51b
7 changed files with 2 additions and 6 deletions

View File

@ -1,3 +1,5 @@
#include <polarssl/config.h>
#ifdef _MSC_VER
#include <basetsd.h>
typedef UINT32 uint32_t;

View File

@ -1,5 +1,4 @@
BEGIN_HEADER
#include <polarssl/config.h>
#include <polarssl/cipher.h>
END_HEADER

View File

@ -1,5 +1,4 @@
BEGIN_HEADER
#include <polarssl/config.h>
#include <polarssl/md.h>
#include <polarssl/md2.h>
#include <polarssl/md4.h>

View File

@ -1,5 +1,4 @@
BEGIN_HEADER
#include <polarssl/config.h>
#include <polarssl/md2.h>
#include <polarssl/md4.h>
#include <polarssl/md5.h>

View File

@ -1,5 +1,4 @@
BEGIN_HEADER
#include <polarssl/config.h>
#include <polarssl/rsa.h>
#include <polarssl/md.h>
#include <polarssl/md2.h>

View File

@ -1,5 +1,4 @@
BEGIN_HEADER
#include <polarssl/config.h>
#include <polarssl/rsa.h>
#include <polarssl/md2.h>
#include <polarssl/md4.h>

View File

@ -1,5 +1,4 @@
BEGIN_HEADER
#include <polarssl/config.h>
#include <polarssl/x509.h>
#include <polarssl/pem.h>