Make ssl_renegotiate the only interface

ssl_write_hello_request() is no private
This commit is contained in:
Manuel Pégourié-Gonnard 2013-10-30 13:06:54 +01:00
parent caed0541a0
commit 214eed38c7
3 changed files with 44 additions and 30 deletions

View file

@ -1566,8 +1566,6 @@ static inline x509_crt *ssl_own_cert( ssl_context *ssl )
}
#endif /* POLARSSL_X509_CRT_PARSE_C */
int ssl_write_hello_request( ssl_context *ssl );
#ifdef __cplusplus
}
#endif