Files
eden/externals/mbedtls/ChangeLog.d/mpi_read_negative_zero.txt
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
163 B
Plaintext
Raw Normal View History

2025-05-31 02:33:02 -04:00
Bugfix
* mbedtls_mpi_read_string on "-0" produced an MPI object that was not treated
as equal to 0 in all cases. Fix it to produce the same object as "0".