Re-enable test that now works with new format

Previously the test didn't work because of embedded pointer values that
are not predictable. Now it works as we no longer serialize such values.
This commit is contained in:
Manuel Pégourié-Gonnard 2019-06-03 10:53:47 +02:00 committed by Jarno Lamsa
parent eef4c753f1
commit aa75583ced

View File

@ -794,7 +794,7 @@ exit:
} }
/* END_CASE */ /* END_CASE */
/* BEGIN_CASE depends_on:MBEDTLS_SEE_FUTURE_PR */ /* BEGIN_CASE */
void ssl_serialize_session_load_save( int ticket_len, char *crt_file ) void ssl_serialize_session_load_save( int ticket_len, char *crt_file )
{ {
mbedtls_ssl_session session; mbedtls_ssl_session session;