mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 12:35:40 +01:00
Improve ChangeLog entry
This commit is contained in:
parent
05d0e51bb1
commit
81021ca2da
@ -54,9 +54,11 @@ Changes
|
|||||||
Wilson #481
|
Wilson #481
|
||||||
* Improve the documentation of mbedtls_net_accept(). Contributed by Ivan
|
* Improve the documentation of mbedtls_net_accept(). Contributed by Ivan
|
||||||
Krylov.
|
Krylov.
|
||||||
* Put the Cryptographic API outside of the XXX_ALT macro check, so
|
* Declare functions in header files even when an alternative implementation
|
||||||
alternative header file will not need to redefined the same API,
|
of the corresponding module is activated by defining the corresponding
|
||||||
and to force alternative implementer to use the same API.
|
MBEDTLS_XXX_ALT macro. This means that alternative implementations do
|
||||||
|
not need to copy the declarations, and ensures that they will have the
|
||||||
|
same API.
|
||||||
|
|
||||||
= mbed TLS 2.8.0 branch released 2018-03-16
|
= mbed TLS 2.8.0 branch released 2018-03-16
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user