mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-10 19:04:55 +00:00
bd2bfa92bd
Signed-off-by: Aditya Deshpande <aditya.deshpande@arm.com>
5 lines
180 B
Plaintext
5 lines
180 B
Plaintext
Bugfix
|
|
* Fix bug in error reporting in dh_genprime.c where upon failure,
|
|
the error code returned by mbedtls_mpi_write_file() is overwritten
|
|
and therefore not printed.
|