Fix typos caught by check-names.sh
This commit is contained in:
parent
93c8262d4a
commit
c27fabfb6f
2 changed files with 2 additions and 2 deletions
|
@ -678,7 +678,7 @@
|
||||||
|
|
||||||
#if !defined(MBEDTLS_SSL_NO_SESSION_CACHE) && \
|
#if !defined(MBEDTLS_SSL_NO_SESSION_CACHE) && \
|
||||||
defined(MBEDTLS_SSL_NO_SESSION_RESUMPTION)
|
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
|
#endif
|
||||||
|
|
||||||
#if defined(MBEDTLS_THREADING_PTHREAD)
|
#if defined(MBEDTLS_THREADING_PTHREAD)
|
||||||
|
|
|
@ -1715,7 +1715,7 @@
|
||||||
* one of !MBEDTLS_SSL_NO_SESSION_CACHE or MBEDTLS_SSL_SESSION_TICKETS.
|
* one of !MBEDTLS_SSL_NO_SESSION_CACHE or MBEDTLS_SSL_SESSION_TICKETS.
|
||||||
* Each one of these additionally requires an implementation of the cache
|
* Each one of these additionally requires an implementation of the cache
|
||||||
* or tickets, examples of which are provided by MBEDTLS_SSL_CACHE_C
|
* 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.
|
* Uncomment this macro to disable support for SSL session resumption.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue