commit | 9cbd1b2ecd6bd7bdc667ee4ffd7244dbcccd7b62 | [log] [tgz] |
---|---|---|
author | Ron Eldor <Ron.Eldor@arm.com> | Sun Dec 16 12:14:37 2018 +0200 |
committer | Ron Eldor <Ron.Eldor@arm.com> | Sun Dec 16 12:14:37 2018 +0200 |
tree | 46db432b26e6843df1669d19e845dec226f56334 | |
parent | 8b0cf2e76fa372ba6a0443ea4ee68469742aae57 [diff] [blame] |
Include configuration file for all headers Include the configuration file for all headers that were not included, and for new headers introduced.
diff --git a/include/mbedtls/ecdh.h b/include/mbedtls/ecdh.h index cbd4841..e70865c 100644 --- a/include/mbedtls/ecdh.h +++ b/include/mbedtls/ecdh.h
@@ -34,6 +34,12 @@ #ifndef MBEDTLS_ECDH_H #define MBEDTLS_ECDH_H +#if !defined(MBEDTLS_CONFIG_FILE) +#include "config.h" +#else +#include MBEDTLS_CONFIG_FILE +#endif + #include "ecp.h" /*