From b295e4fdc43c25558b911d3531769f2bd24ffcd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 19 Mar 2015 13:40:37 +0000 Subject: [PATCH] Fix duplication in all.sh --- tests/scripts/all.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 613c98b40f..fe3fed0a9c 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -162,7 +162,6 @@ 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 @@ -186,7 +185,6 @@ 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