From 4a6fcda03100659bf0ca573b824a064abb2114be Mon Sep 17 00:00:00 2001 From: gabor-mezei-arm Date: Tue, 11 May 2021 13:28:50 +0200 Subject: [PATCH] Typo Signed-off-by: gabor-mezei-arm --- include/psa/crypto_values.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/psa/crypto_values.h b/include/psa/crypto_values.h index 5fc868814d..497bd8f01f 100644 --- a/include/psa/crypto_values.h +++ b/include/psa/crypto_values.h @@ -1549,7 +1549,6 @@ PSA_ALG_IS_ECDSA(alg) || PSA_ALG_IS_HASH_EDDSA(alg) || \ PSA_ALG_IS_VENDOR_HASH_AND_SIGN(alg)) - /** Whether the specified algorithm is a signature algorithm that can be used * with psa_sign_message() and psa_verify_message(). *