From 6043e49039ff221cdfc7d71b209e796cf1e4f5e7 Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Mon, 20 Sep 2021 09:24:48 +0100 Subject: [PATCH] Fix missed documentation header pt 2 Signed-off-by: Paul Elliott --- tests/suites/test_suite_psa_crypto.function | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/suites/test_suite_psa_crypto.function b/tests/suites/test_suite_psa_crypto.function index fa579e45ad..a240df7bda 100644 --- a/tests/suites/test_suite_psa_crypto.function +++ b/tests/suites/test_suite_psa_crypto.function @@ -296,8 +296,6 @@ typedef enum * to set lengths, and in what order with * respect to set nonce. * \param expected_output Expected output - * \param expect_valid_signature If non zero, we expect the signature to be - * valid * \param is_encrypt If non-zero this is an encryption operation. * \param do_zero_parts If non-zero, interleave zero length chunks * with normal length chunks.