mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-30 19:25:59 +01:00
Fix bug with non-blocking I/O and cookies
This commit is contained in:
parent
f03651217c
commit
579950c2bb
3 changed files with 18 additions and 8 deletions
|
|
@ -516,6 +516,7 @@ typedef enum
|
|||
SSL_HANDSHAKE_WRAPUP,
|
||||
SSL_HANDSHAKE_OVER,
|
||||
SSL_SERVER_NEW_SESSION_TICKET,
|
||||
SSL_SERVER_HELLO_VERIFY_REQUEST_SENT,
|
||||
}
|
||||
ssl_states;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue