mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Fix bug with non-blocking I/O and cookies
This commit is contained in:
committed by
Paul Bakker
parent
f03651217c
commit
579950c2bb
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user