mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 03:05:43 +01:00
remove usless cast
This commit is contained in:
parent
f08a550e68
commit
95893f834d
@ -1521,7 +1521,7 @@ psa_status_t psa_aead_encrypt( psa_key_slot_t key,
|
||||
mbedtls_gcm_context gcm;
|
||||
mbedtls_gcm_init( &gcm );
|
||||
ret = mbedtls_gcm_setkey( &gcm, cipher_id,
|
||||
( const unsigned char * )slot->data.raw.data,
|
||||
slot->data.raw.data,
|
||||
key_bits );
|
||||
if( ret != 0 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user