commit | ba26c24769939ce821bb9cc906564a72fcdb9a62 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed May 06 10:47:06 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu May 07 10:19:14 2015 +0100 |
tree | 2ad209bdc4638296e4f6e1a016e252b48ab2af1d | |
parent | 2b49445876e867fe3e25a356e6d11ea68774f275 [diff] [blame] |
Change how hostname is stored internally
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index 20d9c74..6dfa9f4 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h
@@ -1069,8 +1069,7 @@ /* * SNI extension */ - unsigned char *hostname; - size_t hostname_len; + char *hostname; #endif #if defined(MBEDTLS_SSL_ALPN)