mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 17:15:42 +01:00
Fix typo in ChangeLog and update macro name
This commit is contained in:
parent
59c202618e
commit
5478bc79ae
@ -6,8 +6,8 @@ Features
|
|||||||
* Add the functions mbedtls_platform_setup() and mbedtls_platform_teardown()
|
* Add the functions mbedtls_platform_setup() and mbedtls_platform_teardown()
|
||||||
and the context struct mbedtls_platform_context to perform
|
and the context struct mbedtls_platform_context to perform
|
||||||
platform-specific setup and teardown operations. The macro
|
platform-specific setup and teardown operations. The macro
|
||||||
MBEDTLS_PLATFORM_SETUP_ALT allows the functions to be overridden by the
|
MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT allows the functions to be overridden
|
||||||
user in a platform_alt.h file. This new APIs are specially useful in some
|
by the user in a platform_alt.h file. This new APIs are required in some
|
||||||
embedded environments that have hardware acceleration support.
|
embedded environments that have hardware acceleration support.
|
||||||
|
|
||||||
API Changes
|
API Changes
|
||||||
|
Loading…
Reference in New Issue
Block a user