commit | 3625e56930fab3eb095582b418e64d382a70083c | [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:24:22 2018 +0200 |
tree | bf7633bb3f0aca37f95e319c5b4f291ce162c07a | |
parent | 0559c66ac2ef1537dceba52504e4445ba6cd89e2 [diff] [blame] |
Include configuration file for all headers Include the configuration file for all headers that were not included.
diff --git a/include/mbedtls/pkcs12.h b/include/mbedtls/pkcs12.h index 69f0417..d441357 100644 --- a/include/mbedtls/pkcs12.h +++ b/include/mbedtls/pkcs12.h
@@ -24,6 +24,12 @@ #ifndef MBEDTLS_PKCS12_H #define MBEDTLS_PKCS12_H +#if !defined(MBEDTLS_CONFIG_FILE) +#include "config.h" +#else +#include MBEDTLS_CONFIG_FILE +#endif + #include "md.h" #include "cipher.h" #include "asn1.h"