Gilles Peskine | fd4fab0 | 2021-04-09 17:11:34 +0200 | [diff] [blame] | 1 | Bugfix |
Gilles Peskine | 8f28c24 | 2021-04-09 20:20:26 +0200 | [diff] [blame] | 2 | * mbedtls_mpi_read_string on "-0" produced an MPI object that was not treated |
3 | as equal to 0 in all cases. Fix it to produce the same object as "0". |