mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Adapt support for SNI to recent changes
This commit is contained in:
parent
d09453c88c
commit
705fcca409
3 changed files with 50 additions and 20 deletions
|
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue