mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 21:38:23 +00:00
Fixes mbedtls_mpi_zeroize() function name in ChangeLog
This commit is contained in:
parent
d7e9ad7d83
commit
a543d11d3a
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ Changes
|
|||
don't use the optimized assembly for bignum multiplication. This removes
|
||||
the need to pass -fomit-frame-pointer to avoid a build error with -O0.
|
||||
* Disabled SSLv3 in the default configuration.
|
||||
* Optimized mbedtls_zeroize() for MPI integer size. (Fix by Alexey Skalozub)
|
||||
* Optimized mbedtls_mpi_zeroize() for MPI integer size. (Fix by Alexey
|
||||
Skalozub).
|
||||
|
||||
= mbed TLS 2.2.1 released 2016-01-05
|
||||
|
||||
|
|
Loading…
Reference in a new issue