mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
Add comments for remaining internal includes
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user