From 01bb5f9a00692ab45a5bb53c15b0d63772206c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 17 Feb 2015 09:36:15 +0000 Subject: [PATCH] Update dependencies in all.sh --- tests/scripts/all.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 62d027448..868d648cd 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -158,6 +158,12 @@ 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_SSL_PROTO_DTLS # timing.c +scripts/config.pl unset POLARSSL_SSL_DTLS_ANTI_REPLAY +scripts/config.pl unset POLARSSL_SSL_DTLS_ANTI_REPLAY +scripts/config.pl unset POLARSSL_SSL_DTLS_HELLO_VERIFY +scripts/config.pl unset POLARSSL_SSL_DTLS_BADMAC_LIMIT +scripts/config.pl unset POLARSSL_SSL_COOKIE_C # 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 @@ -176,6 +182,12 @@ 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_SSL_PROTO_DTLS # timing.c +scripts/config.pl unset POLARSSL_SSL_DTLS_ANTI_REPLAY +scripts/config.pl unset POLARSSL_SSL_DTLS_ANTI_REPLAY +scripts/config.pl unset POLARSSL_SSL_DTLS_HELLO_VERIFY +scripts/config.pl unset POLARSSL_SSL_DTLS_BADMAC_LIMIT +scripts/config.pl unset POLARSSL_SSL_COOKIE_C # 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