From ea08eeccae9297f7aabd2ef7f0c2517ac4549acc Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 20 Feb 2024 01:18:26 +0000
Subject: [PATCH] write in 30M
---
u-boot/include/u-boot/sha1.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/u-boot/include/u-boot/sha1.h b/u-boot/include/u-boot/sha1.h
index 2634a29..3bb6e62 100644
--- a/u-boot/include/u-boot/sha1.h
+++ b/u-boot/include/u-boot/sha1.h
@@ -31,7 +31,7 @@
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;
--
Gitblit v1.6.2