mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-13 09:05:08 -04:00
Fix cast alignment warning in timing.c
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
616f23e016
commit
1a0a2c6baa
@ -42,7 +42,7 @@ extern "C" {
|
|||||||
* \brief timer structure
|
* \brief timer structure
|
||||||
*/
|
*/
|
||||||
struct mbedtls_timing_hr_time {
|
struct mbedtls_timing_hr_time {
|
||||||
unsigned char opaque[32];
|
uint64_t opaque[4];
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user