mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-02 07:20:26 +00:00
Wrap variable missed by the python script.
Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
This commit is contained in:
parent
2abe51cc75
commit
8fc95a06a6
@ -52,7 +52,7 @@ struct mbedtls_timing_hr_time
|
|||||||
*/
|
*/
|
||||||
typedef struct mbedtls_timing_delay_context
|
typedef struct mbedtls_timing_delay_context
|
||||||
{
|
{
|
||||||
struct mbedtls_timing_hr_time timer;
|
struct mbedtls_timing_hr_time MBEDTLS_PRIVATE(timer);
|
||||||
uint32_t MBEDTLS_PRIVATE(int_ms);
|
uint32_t MBEDTLS_PRIVATE(int_ms);
|
||||||
uint32_t MBEDTLS_PRIVATE(fin_ms);
|
uint32_t MBEDTLS_PRIVATE(fin_ms);
|
||||||
} mbedtls_timing_delay_context;
|
} mbedtls_timing_delay_context;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user