mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-13 16:23:05 +00:00
Change how hostname is stored internally
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user