mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-24 02:52:57 +00:00
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>