commit | f3dc2f6a1d083349c7fcc365ae4ce34563fcc4ba | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Oct 29 18:17:41 2013 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Oct 30 16:46:46 2013 +0100 |
tree | 1d3ce0b208623da39910acbf7fea012a8c645235 | |
parent | 53b3e0603b592c61d9c0a49a8082feb62e253856 [diff] [blame] |
Add code for testing server-initiated renegotiation
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index e75f9d7..cbec352 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h
@@ -1565,6 +1565,8 @@ } #endif /* POLARSSL_X509_CRT_PARSE_C */ +int ssl_write_hello_request( ssl_context *ssl ); + #ifdef __cplusplus } #endif