Remove MBEDTLS_SSL_DEFAULT_TICKET_LIFETIME
This config option has been unused for >5 years and so should be removed. Signed-off-by: Chris Jones <christopher.jones@arm.com>
This commit is contained in:
parent
e991aa48c5
commit
9c6356881f
4 changed files with 0 additions and 14 deletions
|
@ -237,10 +237,6 @@
|
|||
* \{
|
||||
*/
|
||||
|
||||
#if !defined(MBEDTLS_SSL_DEFAULT_TICKET_LIFETIME)
|
||||
#define MBEDTLS_SSL_DEFAULT_TICKET_LIFETIME 86400 /**< Lifetime of session tickets (if enabled) */
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Maximum fragment length in bytes,
|
||||
* determines the size of each of the two internal I/O buffers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue