Adapt support for SNI to recent changes

This commit is contained in:
Manuel Pégourié-Gonnard 2013-09-23 20:04:20 +02:00
parent d09453c88c
commit 705fcca409
3 changed files with 50 additions and 20 deletions

View file

@ -494,6 +494,7 @@ struct _ssl_handshake_params
#endif
#if defined(POLARSSL_X509_CRT_PARSE_C)
ssl_key_cert *key_cert; /*!< Own key/cert in use */
int free_key_cert; /*!< Shall we free key_cert? */
#endif
/*