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_blob.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/apk_blob.h') diff --git a/src/apk_blob.h b/src/apk_blob.h index e4a598f..1a07355 100644 --- a/src/apk_blob.h +++ b/src/apk_blob.h @@ -44,7 +44,6 @@ int apk_blob_rsplit(apk_blob_t blob, char split, apk_blob_t *l, apk_blob_t *r); unsigned apk_blob_uint(apk_blob_t blob, int base); unsigned long apk_blob_hash(apk_blob_t str); int apk_blob_compare(apk_blob_t a, apk_blob_t b); -void apk_blob_csum(apk_blob_t blob, csum_t csum); int apk_blob_for_each_segment(apk_blob_t blob, const char *split, apk_blob_cb cb, void *ctx); -- cgit v1.2.3