commit | 2e450093e1a9e217741664dc9b0e7a5b1e62a0d9 | [log] [tgz] |
---|---|---|
author | Paul Elliott <paul.elliott@arm.com> | Wed Aug 25 17:18:22 2021 +0100 |
committer | Paul Elliott <paul.elliott@arm.com> | Wed Aug 25 17:40:40 2021 +0100 |
tree | 09a41ba6d478eb3902b772ad256c93a4df08be61 | |
parent | efda3408ce87fc659e273ed86bf66a75390ffeb1 [diff] |
Remove variables declared as unused They are now always being used. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/library/psa_crypto_aead.c b/library/psa_crypto_aead.c index 337748a..aa266ea 100644 --- a/library/psa_crypto_aead.c +++ b/library/psa_crypto_aead.c
@@ -473,9 +473,7 @@ else #endif /* MBEDTLS_PSA_BUILTIN_ALG_CHACHA20_POLY1305 */ { - ( void ) operation; ( void ) nonce; - ( void ) nonce_length; return ( PSA_ERROR_NOT_SUPPORTED ); }