Merge pull request #10741 from valeriosetti/fix-mbedtls_config

mbedtls_config.c missing mbedtls_platform_requirements.h
This commit is contained in:
Janos Follath
2026-05-26 09:24:54 +00:00
committed by GitHub
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -6,6 +6,8 @@
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
*/
#include "mbedtls_platform_requirements.h"
/* We are a special snowflake: we don't include "mbedtls_common.h",
* because that would pull <mbedtls/build_info.h> and we need to
* tune the way it works. */