mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Adapt support for SNI to recent changes
This commit is contained in:
@ -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
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user