summaryrefslogtreecommitdiff
path: root/sql/sql_crypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_crypt.h')
-rw-r--r--sql/sql_crypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_crypt.h b/sql/sql_crypt.h
index 15cc495858b..4dfd5e82e5a 100644
--- a/sql/sql_crypt.h
+++ b/sql/sql_crypt.h
@@ -26,7 +26,7 @@
class SQL_CRYPT :public Sql_alloc
{
- struct rand_struct rand,org_rand;
+ struct my_rnd_struct rand,org_rand;
char decode_buff[256],encode_buff[256];
uint shift;
public: