Skip to content

Commit d93b7b8

Browse files
harinvadodariaHery Ramilison
authored andcommitted
Merge branch 'mysql-5.6' into mysql-5.7
(cherry picked from commit 0147646416c97d883ec7c22ef9173f0e166922fa)
1 parent dd3621c commit d93b7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/crypt_genhash_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define CRYPT_HASHGEN_IMPL_H
1818
#define ROUNDS_DEFAULT 5000
1919
#define ROUNDS_MIN 1000
20-
#define ROUNDS_MAX 999999999
20+
#define ROUNDS_MAX ROUNDS_DEFAULT
2121
#define MIXCHARS 32
2222
#define CRYPT_SALT_LENGTH 20
2323
#define CRYPT_MAGIC_LENGTH 3

0 commit comments

Comments
 (0)