X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=md5.h;h=d3ee4e35da57674265be22513b2b689dbd0cd9ed;hb=723730214732862de7e892bae2f7a7889e66bf1b;hp=b2f1b80c4c72e39952fd04fa50556fdab4d8ce43;hpb=96305a3cafcc9c0df7f189567671bb26ce3eb129;p=project%2Flibubox.git diff --git a/md5.h b/md5.h index b2f1b80..d3ee4e3 100644 --- a/md5.h +++ b/md5.h @@ -53,6 +53,6 @@ typedef struct md5_ctx { extern void md5_begin(md5_ctx_t *ctx); extern void md5_hash(const void *data, size_t length, md5_ctx_t *ctx); extern void md5_end(void *resbuf, md5_ctx_t *ctx); -int md5sum(char *file, void *md5_buf); +int md5sum(const char *file, void *md5_buf); #endif