diff options
Diffstat (limited to 'include/my_md5.h')
-rw-r--r-- | include/my_md5.h | 2 |
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. |