1
0
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:
Manuel Pégourié-Gonnard
2015-06-18 15:45:05 +02:00
parent 898e0aa210
commit 797f48ace6
4 changed files with 10 additions and 8 deletions

View File

@@ -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 */