mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:35:44 +01:00
Update Changelog for deprecation config flags
This commit is contained in:
parent
e46c6c38c9
commit
f7dbedb7db
@ -17,6 +17,10 @@ Features
|
||||
speed and RAM (heap only for now) usage.
|
||||
* New script memory.sh helps measuring the ROM and RAM requirements of two
|
||||
reduced configurations (PSK-CCM and NSA suite B).
|
||||
* Add config flags POLARSSL_DEPRECATED_WARNING (off by default) to produce
|
||||
warnings on use of deprecated functions (with GCC and Clang only).
|
||||
* Add config flags POLARSSL_DEPRECATED_REMOVED (off by default) to produce
|
||||
errors on use of deprecated functions.
|
||||
|
||||
Bugfix
|
||||
* Fix hardclock() (only used in the benchmarking program) with some
|
||||
|
Loading…
Reference in New Issue
Block a user