Add Changelog entry

Signed-off-by: Aditya Deshpande <[email protected]>
This commit is contained in:
Aditya Deshpande
2022-11-10 15:30:12 +00:00
parent d21ecd71c0
commit bd2bfa92bd
@@ -0,0 +1,4 @@
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.