Include fixups (headers moves to private directory)

Signed-off-by: Anton Matkin <anton.matkin@arm.com>
This commit is contained in:
Anton Matkin
2025-06-16 13:37:03 +02:00
parent 6ff9c89648
commit bc48725b64
45 changed files with 96 additions and 96 deletions

View File

@@ -15,7 +15,7 @@
#include "mbedtls/ssl.h"
#if defined(MBEDTLS_ECP_C)
#include "mbedtls/ecp.h"
#include "mbedtls/private/ecp.h"
#endif
#if defined(MBEDTLS_DEBUG_C)

View File

@@ -11,7 +11,7 @@
#define MBEDTLS_ERROR_H
#include "mbedtls/build_info.h"
#include "mbedtls/error_common.h"
#include "mbedtls/private/error_common.h"
#include <stddef.h>

View File

@@ -14,8 +14,8 @@
#include "mbedtls/build_info.h"
#include "mbedtls/bignum.h"
#include "mbedtls/ecp.h"
#include "mbedtls/private/bignum.h"
#include "mbedtls/private/ecp.h"
#include "mbedtls/ssl_ciphersuites.h"
@@ -27,7 +27,7 @@
#include "mbedtls/md.h"
#if defined(MBEDTLS_KEY_EXCHANGE_SOME_ECDH_OR_ECDHE_ANY_ENABLED)
#include "mbedtls/ecdh.h"
#include "mbedtls/private/ecdh.h"
#endif
#if defined(MBEDTLS_HAVE_TIME)

View File

@@ -14,7 +14,7 @@
#include "mbedtls/build_info.h"
#include "mbedtls/pk.h"
#include "mbedtls/cipher.h"
#include "mbedtls/private/cipher.h"
#include "mbedtls/md.h"
#ifdef __cplusplus

View File

@@ -17,7 +17,7 @@
#include "mbedtls/pk.h"
#if defined(MBEDTLS_RSA_C)
#include "mbedtls/rsa.h"
#include "mbedtls/private/rsa.h"
#endif
/**

View File

@@ -15,7 +15,7 @@
#include "mbedtls/x509.h"
#include "mbedtls/x509_crl.h"
#include "mbedtls/bignum.h"
#include "mbedtls/private/bignum.h"
/**
* \addtogroup x509_module