mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 20:55:36 +01:00
c0656b43f1
This is technically an API break according to the unwritten rules of API compatibility for Mbed TLS 2.x. However, it is very unlikely to affect any realistic application, with the possible exception of applications that define a global constant of type mbedtls_ssl_config. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
6 lines
199 B
Plaintext
6 lines
199 B
Plaintext
API changes
|
|
* Some fields of mbedtls_ssl_session and mbedtls_ssl_config are in a
|
|
different order. This only affects applications that define such
|
|
structures directly or serialize them.
|
|
|