1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-21 12:40:51 +03:00

Include configuration file to headers

Add inclusion to configration file in header files,
instead of relying on other header files to include
the configuration file. This issue resolves #1371
This commit is contained in:
Ron Eldor
2018-02-14 16:02:41 +02:00
parent 01b34fb316
commit 8b0cf2e76f
22 changed files with 129 additions and 0 deletions

View File

@@ -24,6 +24,12 @@
#ifndef MBEDTLS_SSL_TICKET_H
#define MBEDTLS_SSL_TICKET_H
#if !defined(MBEDTLS_CONFIG_FILE)
#include "config.h"
#else
#include MBEDTLS_CONFIG_FILE
#endif
/*
* This implementation of the session ticket callbacks includes key
* management, rotating the keys periodically in order to preserve forward