aboutsummaryrefslogtreecommitdiffstats
path: root/libsha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsha1.h')
-rw-r--r--libsha1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsha1.h b/libsha1.h
index 9865b3b..c841e85 100644
--- a/libsha1.h
+++ b/libsha1.h
@@ -44,12 +44,12 @@ struct libsha1_state {
*
* Does not need to be marshalled
*/
- uint32_t w[80];
+ uint_least32_t w[80];
/**
* Hashing values
*/
- uint32_t h[5];
+ uint_least32_t h[5];
/**
* Space for chunks to process