mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-08 10:09:54 +00:00
Add cast to satisfy gcc -Wsign-compare
This commit is contained in:
parent
cceea98bfe
commit
c425e87af7
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue