1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Include configuration file for all headers

Include the configuration file for all headers that were not
included, and for new headers introduced.
This commit is contained in:
Ron Eldor
2018-12-16 12:14:37 +02:00
parent 8b0cf2e76f
commit 9cbd1b2ecd
9 changed files with 54 additions and 0 deletions

View File

@ -24,6 +24,12 @@
#ifndef MBEDTLS_SSL_CACHE_H
#define MBEDTLS_SSL_CACHE_H
#if !defined(MBEDTLS_CONFIG_FILE)
#include "config.h"
#else
#include MBEDTLS_CONFIG_FILE
#endif
#include "ssl.h"
#if defined(MBEDTLS_THREADING_C)