Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'md5.c')
-rw-r--r--md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/md5.c b/md5.c
index 781dbd1..3f8ad28 100644
--- a/md5.c
+++ b/md5.c
@@ -308,7 +308,7 @@ void md5_end(void *resbuf, md5_ctx_t *ctx)
memset(ctx, 0, sizeof(*ctx));
}
-int md5sum(char *file, void *md5_buf)
+int md5sum(const char *file, void *md5_buf)
{
char buf[256];
md5_ctx_t ctx;