1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

Merge pull request #10319 from gilles-peskine-arm/move-check-config-to-library

check_config.h: move to library and test
This commit is contained in:
Gilles Peskine
2025-07-29 14:07:33 +00:00
committed by GitHub
14 changed files with 93 additions and 3 deletions

View File

@@ -16,6 +16,7 @@
#include "mbedtls/build_info.h"
#include <limits.h>
#if defined(MBEDTLS_PLATFORM_C)
#include "mbedtls/platform.h"
#else