Remove unnecessary TEST_CF_PUBLIC macro call

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann
2025-03-28 17:16:27 +00:00
parent 5a5440e63a
commit d75c4c2381

View File

@@ -1274,7 +1274,6 @@ void get_pkcs_padding(data_t *decrypted_block, int exp_ret, int exp_len)
TEST_CF_SECRET(decrypted_block->x, decrypted_block->len);
ret = mbedtls_get_pkcs_padding(decrypted_block->x, decrypted_block->len,
&calculated_len);
TEST_CF_PUBLIC(decrypted_block->x, decrypted_block->len);
TEST_EQUAL(ret, exp_ret);
if (exp_ret == 0) {