mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Rename ecp_curve_info.size to bit_size
This commit is contained in:
parent
898e0aa210
commit
797f48ace6
4 changed files with 10 additions and 8 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue