mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Restore vbuf value after modification
Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
parent
ccae25b4bf
commit
05feee1841
|
|
@ -873,6 +873,7 @@ void mbedtls_ecp_group_metadata( int id, int bit_size, int crv_type,
|
||||||
TEST_EQUAL( mbedtls_ecp_tls_read_group_id( &read_g_id, &vbuf, olen ),
|
TEST_EQUAL( mbedtls_ecp_tls_read_group_id( &read_g_id, &vbuf, olen ),
|
||||||
0 );
|
0 );
|
||||||
TEST_EQUAL( read_g_id, id );
|
TEST_EQUAL( read_g_id, id );
|
||||||
|
vbuf = buf;
|
||||||
TEST_EQUAL( mbedtls_ecp_tls_read_group( &grp_read, &vbuf, olen ),
|
TEST_EQUAL( mbedtls_ecp_tls_read_group( &grp_read, &vbuf, olen ),
|
||||||
0 );
|
0 );
|
||||||
TEST_EQUAL( grp_read.id, id );
|
TEST_EQUAL( grp_read.id, id );
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue