mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Change how hostname is stored internally
This commit is contained in:
parent
2b49445876
commit
ba26c24769
3 changed files with 20 additions and 18 deletions
|
|
@ -1069,8 +1069,7 @@ struct mbedtls_ssl_context
|
|||
/*
|
||||
* SNI extension
|
||||
*/
|
||||
unsigned char *hostname;
|
||||
size_t hostname_len;
|
||||
char *hostname;
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_SSL_ALPN)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue