X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=md5.h;h=d3ee4e35da57674265be22513b2b689dbd0cd9ed;hp=b2f1b80c4c72e39952fd04fa50556fdab4d8ce43;hb=3aad2948ebceef7865a5cf749522bed9e332de05;hpb=bae6bd19f32e6b8b5578a71bdcd53f735d35f0d0 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