diff options
Diffstat (limited to 'src/apk_blob.h')
-rw-r--r-- | src/apk_blob.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/apk_blob.h b/src/apk_blob.h index 06cd8b2..5a5e381 100644 --- a/src/apk_blob.h +++ b/src/apk_blob.h @@ -29,6 +29,8 @@ typedef int (*apk_blob_cb)(void *ctx, apk_blob_t blob); #define APK_CHECKSUM_SHA1 20 #define APK_CHECKSUM_DEFAULT APK_CHECKSUM_SHA1 +#define APK_BLOB_CHECKSUM_BUF 34 + /* Internal cointainer for MD5 or SHA1 */ struct apk_checksum { unsigned char data[20]; |