mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 21:55:41 +01:00
- The config header file is now always included in all tests
This commit is contained in:
parent
287781a965
commit
579923c51b
@ -1,3 +1,5 @@
|
||||
#include <polarssl/config.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <basetsd.h>
|
||||
typedef UINT32 uint32_t;
|
||||
|
@ -1,5 +1,4 @@
|
||||
BEGIN_HEADER
|
||||
#include <polarssl/config.h>
|
||||
#include <polarssl/cipher.h>
|
||||
END_HEADER
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
BEGIN_HEADER
|
||||
#include <polarssl/config.h>
|
||||
#include <polarssl/md.h>
|
||||
#include <polarssl/md2.h>
|
||||
#include <polarssl/md4.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
BEGIN_HEADER
|
||||
#include <polarssl/config.h>
|
||||
#include <polarssl/md2.h>
|
||||
#include <polarssl/md4.h>
|
||||
#include <polarssl/md5.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
BEGIN_HEADER
|
||||
#include <polarssl/config.h>
|
||||
#include <polarssl/rsa.h>
|
||||
#include <polarssl/md.h>
|
||||
#include <polarssl/md2.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
BEGIN_HEADER
|
||||
#include <polarssl/config.h>
|
||||
#include <polarssl/rsa.h>
|
||||
#include <polarssl/md2.h>
|
||||
#include <polarssl/md4.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
BEGIN_HEADER
|
||||
#include <polarssl/config.h>
|
||||
#include <polarssl/x509.h>
|
||||
#include <polarssl/pem.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user