commit | 3242f6c8efd6f4af7b06725d7a2c720c78a03bb2 | [log] [tgz] |
---|---|---|
author | Paul Elliott <paul.elliott@arm.com> | Wed Aug 25 16:33:47 2021 +0100 |
committer | Paul Elliott <paul.elliott@arm.com> | Wed Aug 25 17:40:40 2021 +0100 |
tree | db07337737257687db04ebb57e35b03ab0b81cc7 | |
parent | b8db2c572615c3d6a8563643f591efa87800dbff [diff] |
Fix formatting issue Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/library/psa_crypto.c b/library/psa_crypto.c index 79b2618..c2b318c 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c
@@ -3517,7 +3517,7 @@ } required_nonce_size = PSA_AEAD_NONCE_LENGTH( operation->key_type, - operation->alg ); + operation->alg ); if( nonce_size < required_nonce_size ) { status = PSA_ERROR_BUFFER_TOO_SMALL;