From bf094dc5ea30be1defb5c9f0d2064c6b2fc96272 Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Wed, 8 Jul 2009 09:50:21 +0300 Subject: csum: use openssl instead instead of having static md5 implemenation, use the openssl library for digest functions. --- src/apk.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/apk.c') diff --git a/src/apk.c b/src/apk.c index 84c2d04..08846c4 100644 --- a/src/apk.c +++ b/src/apk.c @@ -21,7 +21,9 @@ #include "apk_defines.h" #include "apk_applet.h" #include "apk_blob.h" +#include "apk_csum.h" +csum_t bad_checksum = {0}; const char *apk_root; struct apk_repository_url apk_repository_list; int apk_verbosity = 1, apk_cwd_fd, apk_wait; -- cgit v1.2.3-70-g09d2