mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-15 19:20:55 +00:00
Change sizeof to variable rather than struct
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
2c363a802a
commit
70618b22a9
@ -3822,7 +3822,7 @@ psa_status_t psa_aead_abort( psa_aead_operation_t *operation )
|
||||
|
||||
status = psa_driver_wrapper_aead_abort( operation );
|
||||
|
||||
memset( operation, 0, sizeof( psa_aead_operation_t ) );
|
||||
memset( operation, 0, sizeof( *operation ) );
|
||||
|
||||
return( status );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user