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
+3
View File
@@ -0,0 +1,3 @@
Bugfix
* Fixed a bug which prevented the inclusion of standard C library header
files from the user provided configuration file. Fixes #10740.