summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/remove.c
diff options
context:
space:
mode:
authorAndrew Fyfe <andrew@neptune-one.net>2007-07-25 23:49:32 +0200
committerDan McGee <dan@archlinux.org>2007-08-16 19:17:33 +0200
commit1cb6d80631359306d70bbe5fbcbbca1474594ada (patch)
tree61348cf98beac7febbe0558a353f2cec46930315 /lib/libalpm/remove.c
parentba67fdae63122b40d8fb4abf9c1c7695999f143d (diff)
downloadpacman-1cb6d80631359306d70bbe5fbcbbca1474594ada.tar.gz
pacman-1cb6d80631359306d70bbe5fbcbbca1474594ada.tar.xz
Clean up MD5 code.
* Move alpm md5 functions to lib/libalpm/util.c * Remove unneeded includes for md5.h * Replace md5 implementation with one from http://www.xyssl.org Dan: clean up XySSL code by removing parts we don't use, and add a note saying what changed. Dan: fix alpm_get_md5sum, off by one error on the malloc call and other small things. Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/remove.c')
-rw-r--r--lib/libalpm/remove.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/remove.c b/lib/libalpm/remove.c
index 22d209a3..cf33d835 100644
--- a/lib/libalpm/remove.c
+++ b/lib/libalpm/remove.c
@@ -39,7 +39,6 @@
#include "trans.h"
#include "util.h"
#include "error.h"
-#include "md5.h"
#include "log.h"
#include "backup.h"
#include "package.h"