summaryrefslogtreecommitdiff
path: root/include/my_md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/my_md5.h')
-rw-r--r--include/my_md5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_md5.h b/include/my_md5.h
index 141ea309cae..34d3e931811 100644
--- a/include/my_md5.h
+++ b/include/my_md5.h
@@ -28,7 +28,7 @@
extern "C" {
#endif
-#define compute_md5_hash(A,B,C) my_md5(A,B,C)
+#define compute_md5_hash(A,B,C) my_md5((unsigned char *)A,B,C)
/*
Convert an array of bytes to a hexadecimal representation.