From f7dbedb7dbc732c2b9385ecd35921b973c51a9d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 23 Mar 2015 14:20:04 +0100 Subject: [PATCH] Update Changelog for deprecation config flags --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index c750144da..95821f261 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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