1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

C cleanups

This commit is contained in:
serg@serg.mylan
2003-09-03 16:31:01 +02:00
parent 7d2b0a0ce7
commit 2317fa3ba5
3 changed files with 7 additions and 6 deletions

View File

@ -319,7 +319,7 @@ void randominit(struct rand_struct *, unsigned long seed1,
double my_rnd(struct rand_struct *);
void create_random_string(char *to, uint length, struct rand_struct *rand_st);
void hash_password(ulong *to, const char *password, uint password_len);
void hash_password(unsigned long *to, const char *password, uint password_len);
void make_scrambled_password_323(char *to, const char *password);
void scramble_323(char *to, const char *message, const char *password);
my_bool check_scramble_323(const char *, const char *message,