Moved the MbedTLS config adjust headers to a private subdirectory

Signed-off-by: Anton Matkin <anton.matkin@arm.com>
This commit is contained in:
Anton Matkin
2025-07-04 15:07:15 +02:00
parent 7a65ce6737
commit 4e091786ca
4 changed files with 6 additions and 6 deletions

View File

@@ -74,9 +74,9 @@
*/
#define MBEDTLS_CONFIG_FILES_READ
#include "mbedtls/config_adjust_x509.h"
#include "mbedtls/private/config_adjust_x509.h"
#include "mbedtls/config_adjust_ssl.h"
#include "mbedtls/private/config_adjust_ssl.h"
/* Indicate that all configuration symbols are set,
* even the ones that are calculated programmatically.

View File

@@ -1,5 +1,5 @@
/**
* \file mbedtls/config_adjust_ssl.h
* \file mbedtls/private/config_adjust_ssl.h
* \brief Adjust TLS configuration
*
* This is an internal header. Do not include it directly.

View File

@@ -1,5 +1,5 @@
/**
* \file mbedtls/config_adjust_x509.h
* \file mbedtls/private/config_adjust_x509.h
* \brief Adjust X.509 configuration
*
* This is an internal header. Do not include it directly.