From b0282eaf141ce1695f7c45a0193cb2d29dfa48d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 2 Sep 2015 12:12:44 +0200 Subject: [PATCH] More deprecated removal in all.sh --- tests/scripts/all.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 6a9848826..f51bc7fcd 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -150,6 +150,8 @@ scripts/config.pl unset POLARSSL_PLATFORM_EXIT_ALT scripts/config.pl unset POLARSSL_MEMORY_C scripts/config.pl unset POLARSSL_MEMORY_BUFFER_ALLOC_C scripts/config.pl unset POLARSSL_FS_IO +scripts/config.pl unset POLARSSL_ERROR_STRERROR_BC # deprecated +scripts/config.pl unset POLARSSL_PBKDF2_C # deprecated CC=gcc CFLAGS='-Werror -O0' make # catch compile bugs in _uninit functions @@ -158,6 +160,8 @@ cleanup cp "$CONFIG_H" "$CONFIG_BAK" scripts/config.pl full scripts/config.pl set POLARSSL_PLATFORM_NO_STD_FUNCTIONS +scripts/config.pl unset POLARSSL_ERROR_STRERROR_BC # deprecated +scripts/config.pl unset POLARSSL_PBKDF2_C # deprecated CC=gcc CFLAGS='-Werror -O0' make if uname -a | grep -F Linux >/dev/null; then @@ -180,6 +184,8 @@ scripts/config.pl full scripts/config.pl unset POLARSSL_NET_C scripts/config.pl unset POLARSSL_TIMING_C scripts/config.pl unset POLARSSL_FS_IO +scripts/config.pl unset POLARSSL_ERROR_STRERROR_BC # deprecated +scripts/config.pl unset POLARSSL_PBKDF2_C # deprecated # following things are not in the default config scripts/config.pl unset POLARSSL_HAVEGE_C # depends on timing.c scripts/config.pl unset POLARSSL_THREADING_PTHREAD @@ -198,6 +204,8 @@ scripts/config.pl unset POLARSSL_NET_C scripts/config.pl unset POLARSSL_TIMING_C scripts/config.pl unset POLARSSL_FS_IO scripts/config.pl unset POLARSSL_HAVE_TIME +scripts/config.pl unset POLARSSL_ERROR_STRERROR_BC # deprecated +scripts/config.pl unset POLARSSL_PBKDF2_C # deprecated # following things are not in the default config scripts/config.pl unset POLARSSL_DEPRECATED_WARNING scripts/config.pl unset POLARSSL_HAVEGE_C # depends on timing.c