mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-31 19:21:18 +00:00
Fix cast alignment warning in timing.c
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
03d557db35
commit
33b2210065
@ -39,7 +39,7 @@ extern "C" {
|
|||||||
* \brief timer structure
|
* \brief timer structure
|
||||||
*/
|
*/
|
||||||
struct mbedtls_timing_hr_time {
|
struct mbedtls_timing_hr_time {
|
||||||
unsigned char MBEDTLS_PRIVATE(opaque)[32];
|
uint64_t MBEDTLS_PRIVATE(opaque)[4];
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user