mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue