mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +00:00
5 lines
224 B
Text
5 lines
224 B
Text
Removals
|
|
* Remove compression property from SSL session struct.
|
|
MBEDTLS_SSL_COMPRESS_NULL is now the only supported
|
|
compression option and can be used for compatibility
|
|
reasons. Changes requested in #4223.
|