Fix re-import size in import_export test with non-canonical input

This commit is contained in:
Gilles Peskine 2018-08-07 15:33:10 +02:00 committed by Jaeden Amero
parent 39f0c22c97
commit b67f308c4f

View File

@ -643,7 +643,7 @@ void import_export( data_t *data,
TEST_ASSERT( psa_import_key( slot2, type,
exported,
export_size ) == PSA_SUCCESS );
exported_length ) == PSA_SUCCESS );
TEST_ASSERT( psa_export_key( slot2,
reexported,
export_size,