commit | 579950c2bb85fc2114e27287d1c0a49faa0a46fd | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Sep 29 17:47:33 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 21 16:32:42 2014 +0200 |
tree | 0b4b12978594d9f1840952d5f910ec49640e4a5b | |
parent | f03651217c17d1e8309d3cf5c94a92069adfe152 [diff] [blame] |
Fix bug with non-blocking I/O and cookies
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index ddbac58..202a200 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h
@@ -516,6 +516,7 @@ SSL_HANDSHAKE_WRAPUP, SSL_HANDSHAKE_OVER, SSL_SERVER_NEW_SESSION_TICKET, + SSL_SERVER_HELLO_VERIFY_REQUEST_SENT, } ssl_states;