mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 19:15:45 +01:00
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:
parent
eef4c753f1
commit
aa75583ced
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user