mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-10 22:45:39 +00: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
f8c355a012
commit
c4f5080b34
|
@ -724,7 +724,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 a new issue