mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-06 18:29:56 +00:00
Fix cast alignment warning in timing.c
Signed-off-by: Dave Rodgman <[email protected]>
This commit is contained in:
@@ -39,7 +39,7 @@ extern "C" {
|
||||
* \brief timer structure
|
||||
*/
|
||||
struct mbedtls_timing_hr_time {
|
||||
unsigned char MBEDTLS_PRIVATE(opaque)[32];
|
||||
uint64_t MBEDTLS_PRIVATE(opaque)[4];
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user