mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-06 12:00:59 +03:00
DTLS depends on TIMING_C for now
This commit is contained in:
committed by
Paul Bakker
parent
e698f59a25
commit
8e704f0f74
@@ -76,7 +76,7 @@
|
||||
#include "zlib.h"
|
||||
#endif
|
||||
|
||||
#if defined(POLARSSL_TIMING_C)
|
||||
#if defined(POLARSSL_SSL_PROTO_DTLS)
|
||||
#include "timing.h"
|
||||
#endif
|
||||
|
||||
@@ -830,14 +830,11 @@ struct _ssl_context
|
||||
ssl_transform *transform_negotiate; /*!< transform params in negotiation */
|
||||
|
||||
/*
|
||||
* Timers (WIP)
|
||||
* Timers
|
||||
*/
|
||||
#if defined(POLARSSL_TIMING_C)
|
||||
struct hr_time time_info;
|
||||
unsigned long time_limit;
|
||||
#endif
|
||||
|
||||
#if defined(POLARSSL_SSL_PROTO_DTLS)
|
||||
struct hr_time time_info; /*!< timer context */
|
||||
unsigned long time_limit; /*!< limit for the running timer */
|
||||
uint32_t hs_timeout_min; /*!< initial value of the handshake
|
||||
retransmission timeout */
|
||||
uint32_t hs_timeout_max; /*!< maximum value of the handshake
|
||||
|
||||
Reference in New Issue
Block a user