mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-16 02:27:45 -04:00
Remove variables declared as unused
They are now always being used. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
efda3408ce
commit
2e450093e1
@ -473,9 +473,7 @@ psa_status_t mbedtls_psa_aead_set_nonce(
|
|||||||
else
|
else
|
||||||
#endif /* MBEDTLS_PSA_BUILTIN_ALG_CHACHA20_POLY1305 */
|
#endif /* MBEDTLS_PSA_BUILTIN_ALG_CHACHA20_POLY1305 */
|
||||||
{
|
{
|
||||||
( void ) operation;
|
|
||||||
( void ) nonce;
|
( void ) nonce;
|
||||||
( void ) nonce_length;
|
|
||||||
|
|
||||||
return ( PSA_ERROR_NOT_SUPPORTED );
|
return ( PSA_ERROR_NOT_SUPPORTED );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user