From ddf6260aae8bb58f9527b4c7758efdc43ca401d2 Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Mon, 23 Jan 2023 06:19:14 -0500 Subject: [PATCH] Remove obsolete comment from depends.py Signed-off-by: Andrzej Kurek --- tests/scripts/depends.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/scripts/depends.py b/tests/scripts/depends.py index 3633190d2f..b8bcfd2565 100755 --- a/tests/scripts/depends.py +++ b/tests/scripts/depends.py @@ -433,8 +433,7 @@ class DomainData: 'hashes': DualDomain(hash_symbols, build_and_test, exclude=r'MBEDTLS_(MD|RIPEMD|SHA1_)'\ '|!MBEDTLS_*_NO_SHA'), - # Key exchange types. Only build the library and the sample - # programs. + # Key exchange types. 'kex': ExclusiveDomain(key_exchange_symbols, build_and_test), 'pkalgs': ComplementaryDomain(['MBEDTLS_ECDSA_C', 'MBEDTLS_ECP_C',