summaryrefslogtreecommitdiff
path: root/include/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/md5.h')
-rw-r--r--include/md5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/md5.h b/include/md5.h
index 53d54b9..620e439 100644
--- a/include/md5.h
+++ b/include/md5.h
@@ -22,7 +22,7 @@ extern "C" {
#endif
void md5_starts( md5_context *ctx );
-void md5_update( md5_context *ctx, uint8 *input, uint32 length );
+void md5_update( md5_context *ctx, const uint8 *input, uint32 length );
void md5_finish( md5_context *ctx, uint8 digest[16] );
#ifdef __cplusplus