Remove certs.h includes from test applications.

Tests should no longer consider certs.h as a part of public API.

Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
This commit is contained in:
Mateusz Starzyk 2021-03-19 12:49:41 +01:00
parent 1aec64642c
commit a2d16b39bc
3 changed files with 0 additions and 3 deletions

View File

@ -97,7 +97,6 @@
#include "mbedtls/x509_crt.h"
#include "mbedtls/x509_csr.h"
#include "mbedtls/xtea.h"
#include "test/certs.h"
#if defined(MBEDTLS_PLATFORM_C)
#include "mbedtls/platform.h"

View File

@ -101,7 +101,6 @@
#include "mbedtls/x509_crt.h"
#include "mbedtls/x509_csr.h"
#include "mbedtls/xtea.h"
#include "test/certs.h"
#include <string.h>

View File

@ -101,7 +101,6 @@
#include "mbedtls/x509_crt.h"
#include "mbedtls/x509_csr.h"
#include "mbedtls/xtea.h"
#include "test/certs.h"
#include <string.h>