mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-04 15:39:53 +00:00
Remove unrequired initialisation
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
ac1b3fd5b6
commit
b91da71db1
@ -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…
x
Reference in New Issue
Block a user