aboutsummaryrefslogtreecommitdiffstats
path: root/libsha1.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-07 14:32:58 +0200
committerMattias Andrée <maandree@kth.se>2022-07-07 14:32:58 +0200
commit811a82296969a037d1e580d65bb5a73241ffae1f (patch)
tree404759c5e429d450c91f110497758424fb4eaf1d /libsha1.h
parentDon't marshal w (diff)
downloadlibsha1-811a82296969a037d1e580d65bb5a73241ffae1f.tar.gz
libsha1-811a82296969a037d1e580d65bb5a73241ffae1f.tar.bz2
libsha1-811a82296969a037d1e580d65bb5a73241ffae1f.tar.xz
Use uint_least32_t instead of uint32_t
Signed-off-by: Mattias Andrée <maandree@kth.se>
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