diff options
Diffstat (limited to 'include/crypto/streebog.h')
-rw-r--r-- | include/crypto/streebog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/streebog.h b/include/crypto/streebog.h index 4af119f7e07b..856e32af8657 100644 --- a/include/crypto/streebog.h +++ b/include/crypto/streebog.h @@ -19,7 +19,7 @@ #define STREEBOG_BLOCK_SIZE 64 struct streebog_uint512 { - u64 qword[8]; + __le64 qword[8]; }; struct streebog_state { |