1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Merge pull request #3454 from gilles-peskine-arm/include-common-h-development

Include common.h from all library source files
This commit is contained in:
Manuel Pégourié-Gonnard
2020-07-03 09:44:18 +02:00
committed by GitHub
93 changed files with 137 additions and 465 deletions

View File

@ -19,11 +19,7 @@
* This file is part of mbed TLS (https://tls.mbed.org)
*/
#if !defined(MBEDTLS_CONFIG_FILE)
#include "mbedtls/config.h"
#else
#include MBEDTLS_CONFIG_FILE
#endif
#include "common.h"
#if defined(MBEDTLS_VERSION_C)