1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-06-25 12:41:56 +03:00

Fix style issues and typos in test code

This commit is contained in:
Manuel Pégourié-Gonnard
2019-05-24 09:54:21 +02:00
committed by Jarno Lamsa
parent b40799035b
commit 220403b954

View File

@ -778,7 +778,7 @@ void ssl_serialise_session_load_save( int ticket_len, char *crt_file )
buf1 = mbedtls_calloc( 1, len0 );
TEST_ASSERT( buf1 != NULL );
/* Serialise to buffer and free session lived session */
/* Serialise to buffer and free live session */
TEST_ASSERT( mbedtls_ssl_session_save( &session, buf1, len0, &len1 )
== 0 );
TEST_ASSERT( len0 == len1 );