1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Adapt sources to configurable config.h name

This commit is contained in:
Manuel Pégourié-Gonnard
2014-04-29 12:39:06 +02:00
committed by Paul Bakker
parent 27f1caed02
commit cef4ad2509
155 changed files with 621 additions and 1 deletions

View File

@ -28,7 +28,11 @@
* [CLMUL-WP] http://software.intel.com/en-us/articles/intel-carry-less-multiplication-instruction-and-its-usage-for-computing-the-gcm-mode/
*/
#if !defined(POLARSSL_CONFIG_FILE)
#include "polarssl/config.h"
#else
#include POLARSSL_CONFIG_FILE
#endif
#if defined(POLARSSL_AESNI_C)