summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-10-15 14:11:23 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2010-10-15 14:11:23 +0200
commit2860fc63ac8246fe78efd47d7319b52e8372a48c (patch)
treef8376a5072505344c1bd2e4c3a009b23598c08f3 /inc
parentae0b34aa23e5c37c323f3ad2499784aabafc0bac (diff)
downloadabrt-2860fc63ac8246fe78efd47d7319b52e8372a48c.tar.gz
abrt-2860fc63ac8246fe78efd47d7319b52e8372a48c.tar.xz
abrt-2860fc63ac8246fe78efd47d7319b52e8372a48c.zip
mve md5 hash from Python plugin to abrtlib
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'inc')
-rw-r--r--inc/abrtlib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/abrtlib.h b/inc/abrtlib.h
index 0aae4a00..41dcbc2d 100644
--- a/inc/abrtlib.h
+++ b/inc/abrtlib.h
@@ -77,7 +77,8 @@ int vdprintf(int d, const char *format, va_list ap);
#include "strbuf.h"
#include "crash_types.h"
#include "dump_dir.h"
-#include "sha1.h"
+#include "hash_sha1.h"
+#include "hash_md5.h"
#ifdef __cplusplus