Add cast to satisfy gcc -Wsign-compare

This commit is contained in:
Gilles Peskine 2018-06-04 15:07:13 +02:00 committed by itayzafrir
parent cceea98bfe
commit c425e87af7

View file

@ -581,7 +581,7 @@ void import_export_public_key( char *hex,
goto destroy;
TEST_ASSERT( exported_length == public_key_expected_length );
TEST_ASSERT( exported_length == (size_t) public_key_expected_length );
destroy:
/* Destroy the key */