mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 19:05:42 +01:00
5 lines
170 B
Plaintext
5 lines
170 B
Plaintext
|
Bugfix
|
||
|
* Fix handling of EOF against 0xff bytes and on platforms with
|
||
|
unsigned chars. Fixes a build failure on platforms where char is
|
||
|
unsigned. Fixes #3794.
|