Remove cruft

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2024-02-22 18:41:25 +01:00
parent f6eb0b8ab0
commit 7f72a06e02
7 changed files with 0 additions and 8 deletions

View file

@ -1,4 +1,3 @@
#include "mbedtls/ssl.h"
#include "mbedtls/entropy.h"
#include "mbedtls/ctr_drbg.h"

View file

@ -1,4 +1,3 @@
#include <string.h>
#include <stdlib.h>
#include <stdint.h>

View file

@ -1,4 +1,3 @@
#include "mbedtls/ssl.h"
#include "mbedtls/entropy.h"
#include "mbedtls/ctr_drbg.h"

View file

@ -1,4 +1,3 @@
#include <stdint.h>
#include "mbedtls/x509_crl.h"

View file

@ -1,4 +1,3 @@
#include <stdint.h>
#include "mbedtls/x509_crt.h"

View file

@ -1,4 +1,3 @@
#include <stdint.h>
#include "mbedtls/x509_csr.h"

View file

@ -5,8 +5,6 @@
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
*/
//#define MBEDTLS_ALLOW_PRIVATE_ACCESS
#include "mbedtls/build_info.h"
#include "mbedtls/debug.h"
#include "mbedtls/platform.h"