Use the mbedtls_common.h in generated library .c files as well

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine
2026-03-02 13:23:50 +01:00
parent 436f1e30ad
commit 29192f0a00
2 changed files with 4 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
/*
/* -*-c-*-
* Error message information
*
* Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
*/
#include "tf_psa_crypto_common.h"
#include "mbedtls_common.h"
#include "mbedtls/error.h"

View File

@@ -1,11 +1,11 @@
/*
/* -*-c-*-
* Version feature information
*
* Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
*/
#include "ssl_misc.h"
#include "mbedtls_common.h"
#if defined(MBEDTLS_VERSION_C)