summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-04-18 14:23:19 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-04-18 14:23:19 +0200
commit0a41c4fdf4b242f77445a3e6d73443b40b6e460e (patch)
treee464a61df6653e91a2191950a6056ec70365fbd9 /src/include
parent305ba8e8786c32d5292d04e2ed25d1853479a23a (diff)
downloadabrt-0a41c4fdf4b242f77445a3e6d73443b40b6e460e.tar.gz
abrt-0a41c4fdf4b242f77445a3e6d73443b40b6e460e.tar.xz
abrt-0a41c4fdf4b242f77445a3e6d73443b40b6e460e.zip
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 <dvlasenk@redhat.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/abrtlib.h1
1 files changed, 0 insertions, 1 deletions
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"