diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-07-08 09:50:21 +0300 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-07-08 10:45:49 +0300 |
commit | bf094dc5ea30be1defb5c9f0d2064c6b2fc96272 (patch) | |
tree | 34be7a9326397d6b408a8f59dd61f8e6ea4bc238 /src/apk_io.h | |
parent | c84196e0d367d8e82e5a3161394741f86bc32750 (diff) | |
download | apk-tools-bf094dc5ea30be1defb5c9f0d2064c6b2fc96272.tar.gz apk-tools-bf094dc5ea30be1defb5c9f0d2064c6b2fc96272.tar.bz2 apk-tools-bf094dc5ea30be1defb5c9f0d2064c6b2fc96272.tar.xz apk-tools-bf094dc5ea30be1defb5c9f0d2064c6b2fc96272.zip |
csum: use openssl instead
instead of having static md5 implemenation, use the openssl
library for digest functions.
Diffstat (limited to 'src/apk_io.h')
-rw-r--r-- | src/apk_io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_io.h b/src/apk_io.h index 2bb862c..b5e984a 100644 --- a/src/apk_io.h +++ b/src/apk_io.h @@ -13,6 +13,7 @@ #include "apk_defines.h" #include "apk_blob.h" +#include "apk_csum.h" struct apk_file_info { char *name; |