Add comments for remaining internal includes

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard
2025-12-02 12:35:20 +01:00
parent ea5718721f
commit 5341c86877
5 changed files with 7 additions and 10 deletions

View File

@@ -11,11 +11,9 @@
#define MBEDTLS_ERROR_H
#include "mbedtls/build_info.h"
// XXX: internal crypto include, used for:
// - MBEDTLS_ERROR_ADD
// - MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED
// - possibly others (the above are just the first build errors)
#include "mbedtls/private/error_common.h"
#include "mbedtls/private/error_common.h" // for MBEDTLS_ERROR_ADD + see below
// MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED
// MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED
#include <stddef.h>