mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-10 10:00:48 +00: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 ),
|
||||
0 );
|
||||
TEST_EQUAL( read_g_id, id );
|
||||
vbuf = buf;
|
||||
TEST_EQUAL( mbedtls_ecp_tls_read_group( &grp_read, &vbuf, olen ),
|
||||
0 );
|
||||
TEST_EQUAL( grp_read.id, id );
|
||||
|
Loading…
Reference in New Issue
Block a user