mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 14:55:33 +00: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
|
#ifdef _MSC_VER
|
||||||
#include <basetsd.h>
|
#include <basetsd.h>
|
||||||
typedef UINT32 uint32_t;
|
typedef UINT32 uint32_t;
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
BEGIN_HEADER
|
BEGIN_HEADER
|
||||||
#include <polarssl/config.h>
|
|
||||||
#include <polarssl/cipher.h>
|
#include <polarssl/cipher.h>
|
||||||
END_HEADER
|
END_HEADER
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
BEGIN_HEADER
|
BEGIN_HEADER
|
||||||
#include <polarssl/config.h>
|
|
||||||
#include <polarssl/md.h>
|
#include <polarssl/md.h>
|
||||||
#include <polarssl/md2.h>
|
#include <polarssl/md2.h>
|
||||||
#include <polarssl/md4.h>
|
#include <polarssl/md4.h>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
BEGIN_HEADER
|
BEGIN_HEADER
|
||||||
#include <polarssl/config.h>
|
|
||||||
#include <polarssl/md2.h>
|
#include <polarssl/md2.h>
|
||||||
#include <polarssl/md4.h>
|
#include <polarssl/md4.h>
|
||||||
#include <polarssl/md5.h>
|
#include <polarssl/md5.h>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
BEGIN_HEADER
|
BEGIN_HEADER
|
||||||
#include <polarssl/config.h>
|
|
||||||
#include <polarssl/rsa.h>
|
#include <polarssl/rsa.h>
|
||||||
#include <polarssl/md.h>
|
#include <polarssl/md.h>
|
||||||
#include <polarssl/md2.h>
|
#include <polarssl/md2.h>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
BEGIN_HEADER
|
BEGIN_HEADER
|
||||||
#include <polarssl/config.h>
|
|
||||||
#include <polarssl/rsa.h>
|
#include <polarssl/rsa.h>
|
||||||
#include <polarssl/md2.h>
|
#include <polarssl/md2.h>
|
||||||
#include <polarssl/md4.h>
|
#include <polarssl/md4.h>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
BEGIN_HEADER
|
BEGIN_HEADER
|
||||||
#include <polarssl/config.h>
|
|
||||||
#include <polarssl/x509.h>
|
#include <polarssl/x509.h>
|
||||||
#include <polarssl/pem.h>
|
#include <polarssl/pem.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue