Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
This commit is contained in:
gabor-mezei-arm 2021-05-11 13:28:50 +02:00
parent 256443e64e
commit 4a6fcda031
No known key found for this signature in database
GPG key ID: 106F5A41ECC305BD

View file

@ -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().
*