From 6a7ee5a5a540f2c69c8b56448e06098d368ecdb4 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 26 Mar 2015 17:16:37 +0100 Subject: encryption cleanup: small changes * comments * move my_bytes_to_key() and my_aes_hex2uint() into file_key_management_plugin * rename HA_INSERT_ORDER -> HA_PRESERVE_INSERT_ORDER * remove unused variables and declarations * fix casts * don't link innodb with pcre * remove redundant entries from aria's TARGET_LINK_LIBRARIES --- include/my_md5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/my_md5.h') diff --git a/include/my_md5.h b/include/my_md5.h index 34d3e931811..141ea309cae 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((unsigned char *)A,B,C) +#define compute_md5_hash(A,B,C) my_md5(A,B,C) /* Convert an array of bytes to a hexadecimal representation. -- cgit v1.2.1