From 0a41c4fdf4b242f77445a3e6d73443b40b6e460e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 18 Apr 2011 14:23:19 +0200 Subject: switch python and oops hashing to sha1 Update sha1 code to a smaller version. Verified that ccpp hashing produces the same results as the old code. Signed-off-by: Denys Vlasenko --- src/include/abrtlib.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include') diff --git a/src/include/abrtlib.h b/src/include/abrtlib.h index 70dc300c..e14b742f 100644 --- a/src/include/abrtlib.h +++ b/src/include/abrtlib.h @@ -76,7 +76,6 @@ int vdprintf(int d, const char *format, va_list ap); #include "read_write.h" #include "strbuf.h" #include "hash_sha1.h" -#include "hash_md5.h" #include "abrt_crash_data.h" #include "abrt_types.h" -- cgit