Files
mbedtls/tests
Gilles Peskine 319ecf3192 Initialize ret from test code
The test function mbedtls_mpi_lt_mpi_ct did not initialize ret in test
code. If there was a bug in library code whereby the library function
mbedtls_mpi_lt_mpi_ct() did not set ret when it should, we might have
missed it if ret happened to contain the expected value. So initialize
ret to a value that we never expect.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2020-09-02 15:33:11 +02:00
..
2018-10-19 15:25:10 +01:00
2020-08-26 11:42:52 +02:00
2020-09-02 15:33:11 +02:00
2020-08-21 13:01:17 +02:00