Fix style issues and typos in test code
This commit is contained in:
parent
b40799035b
commit
220403b954
1 changed files with 6 additions and 6 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue