mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 12:25:39 +01:00
SSL timers are no longer just for DTLS
Also, clean up leftover temporary stuff... embarassing
This commit is contained in:
parent
bbd28f7bcc
commit
70860adccc
@ -997,12 +997,9 @@ struct mbedtls_ssl_context
|
||||
/*
|
||||
* Timers
|
||||
*/
|
||||
#if defined(MBEDTLS_SSL_PROTO_DTLS)
|
||||
mbedtls_timing_delay_context WIP_timer; /* temporary */
|
||||
void *p_timer; /*!< context for the timer callbacks */
|
||||
void (*f_set_timer)(void *, uint32_t, uint32_t); /*!< set timer callback */
|
||||
int (*f_get_timer)(void *); /*!< get timer callback */
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Record layer (incoming data)
|
||||
|
Loading…
Reference in New Issue
Block a user