Remove unrequired initialisation
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
ac1b3fd5b6
commit
b91da71db1
1 changed files with 1 additions and 1 deletions
|
@ -3364,7 +3364,7 @@ psa_status_t psa_aead_generate_nonce( psa_aead_operation_t *operation,
|
|||
size_t *nonce_length )
|
||||
{
|
||||
psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED;
|
||||
size_t required_nonce_size = nonce_size;
|
||||
size_t required_nonce_size;
|
||||
|
||||
*nonce_length = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue