mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 19:05:42 +01:00
5 lines
225 B
Plaintext
5 lines
225 B
Plaintext
|
Bugfix
|
||
|
* Fix mbedtls_mpi_gcd(G,A,B) when the value of B is zero. This had no
|
||
|
effect on Mbed TLS's internal use of mbedtls_mpi_gcd(), but may affect
|
||
|
applications that call mbedtls_mpi_gcd() directly. Fixes #4642.
|