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