summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/CCpp_sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins/CCpp_sha1.h')
-rw-r--r--lib/Plugins/CCpp_sha1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Plugins/CCpp_sha1.h b/lib/Plugins/CCpp_sha1.h
index 8aad822c..abadfd92 100644
--- a/lib/Plugins/CCpp_sha1.h
+++ b/lib/Plugins/CCpp_sha1.h
@@ -18,6 +18,8 @@
* ---------------------------------------------------------------------------
*/
+#define SHA1_RESULT_LEN (5 * 4)
+
typedef struct sha1_ctx_t {
uint32_t hash[8]; /* 5, +3 elements for sha256 */
uint64_t total64;