mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-05-28 16:21:27 +03: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…
x
Reference in New Issue
Block a user