pineapple/externals/mbedtls/ChangeLog.d/mpi_read_negative_zero.txt
2021-05-12 16:01:52 +02:00

3 lines
163 B
Text
Executable file

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".