Add new submodule ssl_ticket
This commit is contained in:
parent
53ebe138c6
commit
fd6d8978f9
6 changed files with 95 additions and 1 deletions
|
@ -561,6 +561,9 @@ static const char *features[] = {
|
|||
#if defined(MBEDTLS_SSL_COOKIE_C)
|
||||
"MBEDTLS_SSL_COOKIE_C",
|
||||
#endif /* MBEDTLS_SSL_COOKIE_C */
|
||||
#if defined(MBEDTLS_SSL_TICKET_C)
|
||||
"MBEDTLS_SSL_TICKET_C",
|
||||
#endif /* MBEDTLS_SSL_TICKET_C */
|
||||
#if defined(MBEDTLS_SSL_CLI_C)
|
||||
"MBEDTLS_SSL_CLI_C",
|
||||
#endif /* MBEDTLS_SSL_CLI_C */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue