summaryrefslogtreecommitdiffstats
path: root/src/util/sha1/sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/sha1/sha1.h')
-rw-r--r--src/util/sha1/sha1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/sha1/sha1.h b/src/util/sha1/sha1.h
index 243481a98e4..029a0ae87f1 100644
--- a/src/util/sha1/sha1.h
+++ b/src/util/sha1/sha1.h
@@ -20,7 +20,7 @@
extern "C" {
#endif
-typedef struct {
+typedef struct _SHA1_CTX {
uint32_t state[5];
uint64_t count;
uint8_t buffer[SHA1_BLOCK_LENGTH];