commit | 4c49927bad54a255507872701815968453741dfc | [log] [tgz] |
---|---|---|
author | Przemek Stekiel <przemyslaw.stekiel@mobica.com> | Tue Sep 27 13:55:37 2022 +0200 |
committer | Przemek Stekiel <przemyslaw.stekiel@mobica.com> | Tue Sep 27 15:04:14 2022 +0200 |
tree | 3116de08104070c94b242205253ea5296d660d41 | |
parent | 6f29a6c4b46a6aab2c5cb51e55e55292227e4483 [diff] [blame] |
Fix unused variables warnings in default + stream cipher only build Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
diff --git a/library/psa_crypto.c b/library/psa_crypto.c index 4a0bd83..e45b5d7 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c
@@ -3592,6 +3592,7 @@ break; #endif /* PSA_WANT_ALG_CHACHA20_POLY1305 */ default: + (void) nonce_length; return( PSA_ERROR_NOT_SUPPORTED ); }