mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 22:15:07 +00:00
Fix a typo in a comment
This commit is contained in:
parent
f041f4e19c
commit
4ca930f8b9
|
@ -11621,7 +11621,7 @@ static int ssl_context_load( mbedtls_ssl_context *ssl,
|
||||||
/*
|
/*
|
||||||
* The context should have been freshly setup or reset.
|
* The context should have been freshly setup or reset.
|
||||||
* Give the user an error in case of obvious misuse.
|
* Give the user an error in case of obvious misuse.
|
||||||
* (Checking session is useful because if won't be NULL if we're
|
* (Checking session is useful because it won't be NULL if we're
|
||||||
* renegotiating, or if the user mistakenly loaded a session first.)
|
* renegotiating, or if the user mistakenly loaded a session first.)
|
||||||
*/
|
*/
|
||||||
if( ssl->state != MBEDTLS_SSL_HELLO_REQUEST ||
|
if( ssl->state != MBEDTLS_SSL_HELLO_REQUEST ||
|
||||||
|
|
Loading…
Reference in a new issue