diff options
-rw-r--r-- | src/libsha2/state.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsha2/state.h b/src/libsha2/state.h index 1ac2667..c752047 100644 --- a/src/libsha2/state.h +++ b/src/libsha2/state.h @@ -181,6 +181,8 @@ typedef struct libsha2_state */ libsha2_algorithm_t algorithm; + int __padding1; + } libsha2_state_t; |