mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-23 20:01:06 +00:00
6 lines
250 B
Plaintext
6 lines
250 B
Plaintext
|
Bugfix
|
||
|
* Fix bug in the alert sending function mbedtls_ssl_send_alert_message()
|
||
|
potentially leading to corrupted alert messages being sent in case
|
||
|
the function needs to be re-called after initially returning
|
||
|
MBEDTLS_SSL_WANT_WRITE.
|