summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/CCpp_sha1.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-11 16:09:28 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-11 16:09:28 +0100
commitfd761d18b02686b9a39e3fcf4882ca40a1b5c6a3 (patch)
tree58408657143f191070985999fdfd195ce685bb50 /lib/Plugins/CCpp_sha1.h
parent4af592f48f98f54f96e9baeecf853cf1a67b9c86 (diff)
downloadabrt-fd761d18b02686b9a39e3fcf4882ca40a1b5c6a3.tar.gz
abrt-fd761d18b02686b9a39e3fcf4882ca40a1b5c6a3.tar.xz
abrt-fd761d18b02686b9a39e3fcf4882ca40a1b5c6a3.zip
*: remove nss dependencies
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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;