diff --git a/dep/aes/sha2.h b/dep/aes/sha2.h index 39bbc2aa4..1c35721be 100644 --- a/dep/aes/sha2.h +++ b/dep/aes/sha2.h @@ -71,7 +71,7 @@ #endif #else #include - typedef int64_t sha2_64t; + typedef uint64_t sha2_64t; #if __WORDSIZE==64 #define s_u64 ul #else