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

@ -28,11 +28,7 @@
* http://www.ietf.org/rfc/rfc4346.txt
*/
#if !defined(MBEDTLS_CONFIG_FILE)
#include "mbedtls/config.h"
#else
#include MBEDTLS_CONFIG_FILE
#endif
#include "common.h"
#if defined(MBEDTLS_SSL_TLS_C)