summaryrefslogtreecommitdiff
path: root/include/u-boot/sha1.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-07-11 17:18:13 +0300
committerTom Rini <trini@konsulko.com>2022-07-11 21:58:57 +0300
commit36b661dc919da318c163a45f4a220d2e3d9db608 (patch)
tree268703050f58280feb3287d48eb0cedc974730e1 /include/u-boot/sha1.h
parente092e3250270a1016c877da7bdd9384f14b1321e (diff)
parent05a4859637567b13219efd6f1707fb236648b1b7 (diff)
downloadu-boot-36b661dc919da318c163a45f4a220d2e3d9db608.tar.xz
Merge branch 'next'
Diffstat (limited to 'include/u-boot/sha1.h')
-rw-r--r--include/u-boot/sha1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/u-boot/sha1.h b/include/u-boot/sha1.h
index 283f103293..09fee594d2 100644
--- a/include/u-boot/sha1.h
+++ b/include/u-boot/sha1.h
@@ -30,7 +30,7 @@ extern const uint8_t sha1_der_prefix[];
typedef struct
{
unsigned long total[2]; /*!< number of bytes processed */
- unsigned long state[5]; /*!< intermediate digest state */
+ uint32_t state[5]; /*!< intermediate digest state */
unsigned char buffer[64]; /*!< data block being processed */
}
sha1_context;