Const correctness
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
70f447dfe5
commit
69bf5fc901
1 changed files with 1 additions and 1 deletions
|
@ -3713,7 +3713,7 @@ exit:
|
||||||
return( status );
|
return( status );
|
||||||
}
|
}
|
||||||
|
|
||||||
static psa_status_t psa_aead_final_checks( psa_aead_operation_t *operation )
|
static psa_status_t psa_aead_final_checks( const psa_aead_operation_t *operation )
|
||||||
{
|
{
|
||||||
if( operation->id == 0 || !operation->nonce_set )
|
if( operation->id == 0 || !operation->nonce_set )
|
||||||
return( PSA_ERROR_BAD_STATE );
|
return( PSA_ERROR_BAD_STATE );
|
||||||
|
|
Loading…
Reference in a new issue