mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Rename ecp_curve_info.size to bit_size
This commit is contained in:
@@ -24,7 +24,7 @@ void mbedtls_ecp_curve_info( int id, int tls_id, int size, char *name )
|
||||
TEST_ASSERT( by_id == by_tls );
|
||||
TEST_ASSERT( by_id == by_name );
|
||||
|
||||
TEST_ASSERT( by_id->size == size );
|
||||
TEST_ASSERT( by_id->bit_size == size );
|
||||
}
|
||||
/* END_CASE */
|
||||
|
||||
|
Reference in New Issue
Block a user