Skip to content

Commit

Permalink
Fix cast alignment warning in timing.c
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Rodgman <[email protected]>
  • Loading branch information
daverodgman committed Mar 31, 2023
1 parent 616f23e commit 1a0a2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mbedtls/timing.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ extern "C" {
* \brief timer structure
*/
struct mbedtls_timing_hr_time {
unsigned char opaque[32];
uint64_t opaque[4];
};

/**
Expand Down

0 comments on commit 1a0a2c6

Please sign in to comment.