mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-29 17:27:03 +00:00
5 lines
171 B
Plaintext
5 lines
171 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.
|