Fix typos caught by check-names.sh

This commit is contained in:
Manuel Pégourié-Gonnard 2019-07-01 13:05:39 +02:00
parent 93c8262d4a
commit c27fabfb6f
2 changed files with 2 additions and 2 deletions

View File

@ -678,7 +678,7 @@
#if !defined(MBEDTLS_SSL_NO_SESSION_CACHE) && \
defined(MBEDTLS_SSL_NO_SESSION_RESUMPTION)
#error "MBEDTLS_NO_SESSION_CACHE needs to be defined with MBEDTLS_SSL_NO_SESSION_RESUMPTION"
#error "MBEDTLS_SSL_NO_SESSION_CACHE needs to be defined with MBEDTLS_SSL_NO_SESSION_RESUMPTION"
#endif
#if defined(MBEDTLS_THREADING_PTHREAD)

View File

@ -1715,7 +1715,7 @@
* one of !MBEDTLS_SSL_NO_SESSION_CACHE or MBEDTLS_SSL_SESSION_TICKETS.
* Each one of these additionally requires an implementation of the cache
* or tickets, examples of which are provided by MBEDTLS_SSL_CACHE_C
* and MBEDTLS_SSL_TICKETS_C respectively.
* and MBEDTLS_SSL_TICKET_C respectively.
*
* Uncomment this macro to disable support for SSL session resumption.
*/