mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
merge.
checkpoint. does not compile.
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
void SQL_CRYPT::init(ulong *rand_nr)
|
||||
{
|
||||
uint i;
|
||||
randominit(&rand,rand_nr[0],rand_nr[1]);
|
||||
my_rnd_init(&rand,rand_nr[0],rand_nr[1]);
|
||||
|
||||
for (i=0 ; i<=255; i++)
|
||||
decode_buff[i]= (char) i;
|
||||
|
Reference in New Issue
Block a user