mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-07 06:42:56 +03:00
- The config header file is now always included in all tests
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user