1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +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

@ -41,11 +41,7 @@
* <http://eprint.iacr.org/2004/342.pdf>
*/
#if !defined(MBEDTLS_CONFIG_FILE)
#include "mbedtls/config.h"
#else
#include MBEDTLS_CONFIG_FILE
#endif
#include "common.h"
/**
* \brief Function level alternative implementation.