mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-18 14:42:24 +00:00
Fix re-import size in import_export test with non-canonical input
This commit is contained in:
parent
39f0c22c97
commit
b67f308c4f
@ -643,7 +643,7 @@ void import_export( data_t *data,
|
|||||||
|
|
||||||
TEST_ASSERT( psa_import_key( slot2, type,
|
TEST_ASSERT( psa_import_key( slot2, type,
|
||||||
exported,
|
exported,
|
||||||
export_size ) == PSA_SUCCESS );
|
exported_length ) == PSA_SUCCESS );
|
||||||
TEST_ASSERT( psa_export_key( slot2,
|
TEST_ASSERT( psa_export_key( slot2,
|
||||||
reexported,
|
reexported,
|
||||||
export_size,
|
export_size,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user