From f207562cdca8d9fb94f2f34adf2998a2fc921499 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Fri, 6 Sep 2019 11:58:41 +0100 Subject: [PATCH] Fixup: Typo in all.sh component description for single-MD hardcoding --- tests/scripts/all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index f1317e7c3..eec23a8a7 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -928,7 +928,7 @@ component_test_hardcoded_hash_cmake_clang() { msg "test: main suites (full config + MBEDTLS_MD_SINGLE_HASH)" # ~ 5s make test - msg "test: ssl-opt.sh default (full config + MBEDTLS_SSL_CONF_SINGLE_CIPHERSUITE)" # ~ 5s + msg "test: ssl-opt.sh default (full config + MBEDTLS_MD_SINGLE_HASH)" # ~ 5s if_build_succeeded tests/ssl-opt.sh -f '^Default$\|^Default, DTLS$' }