mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 08:16:38 +08:00
Merge pull request #10741 from valeriosetti/fix-mbedtls_config
mbedtls_config.c missing mbedtls_platform_requirements.h
This commit is contained in:
commit
545d1b77a2
3
ChangeLog.d/issue10740.txt
Normal file
3
ChangeLog.d/issue10740.txt
Normal 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.
|
||||
@ -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. */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user