summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmcurl/md5.h')
-rw-r--r--Utilities/cmcurl/md5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/md5.h b/Utilities/cmcurl/md5.h
index 12b3a5e..63cc70e 100644
--- a/Utilities/cmcurl/md5.h
+++ b/Utilities/cmcurl/md5.h
@@ -24,6 +24,6 @@
***************************************************************************/
void Curl_md5it(unsigned char *output,
- unsigned char *input);
+ const unsigned char *input);
#endif