From f966a978067e8358ed9a6ce8404f09fc67579be1 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Mon, 19 Feb 2024 15:30:27 +0100 Subject: [PATCH] test_suite_pk: remove leftover comment Signed-off-by: Valerio Setti --- tests/suites/test_suite_pk.function | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/suites/test_suite_pk.function b/tests/suites/test_suite_pk.function index 946c52f8b..1aca4bdcf 100644 --- a/tests/suites/test_suite_pk.function +++ b/tests/suites/test_suite_pk.function @@ -1084,8 +1084,6 @@ void pk_sign_verify(int type, int curve_or_keybits, int rsa_padding, int rsa_md_ #if defined(MBEDTLS_RSA_C) if (type == MBEDTLS_PK_RSA) { - /* Just pick SHA1 here as hashing algorithm as we're more interested - * in checking the compatibility between */ TEST_ASSERT(mbedtls_rsa_set_padding(mbedtls_pk_rsa(pk), rsa_padding, rsa_md_alg) == 0); } #else