mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03: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