Fix a typo in a comment
This commit is contained in:
parent
7af7375473
commit
14e2a8ac06
1 changed files with 1 additions and 1 deletions
|
@ -11059,7 +11059,7 @@ static int ssl_context_load( mbedtls_ssl_context *ssl,
|
|||
/*
|
||||
* The context should have been freshly setup or reset.
|
||||
* 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.)
|
||||
*/
|
||||
if( ssl->state != MBEDTLS_SSL_HELLO_REQUEST ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue