mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-05 19:35:48 +03:00
Wrap variable missed by the python script.
Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user