Fix bug with non-blocking I/O and cookies

This commit is contained in:
Manuel Pégourié-Gonnard 2014-09-29 17:47:33 +02:00 committed by Paul Bakker
parent f03651217c
commit 579950c2bb
3 changed files with 18 additions and 8 deletions

View file

@ -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;