1 /*
2  * Written by Solar Designer <solar at openwall.com> and placed in the
3  * public domain.
4  */
5 
6 #ifndef WORDSET_4K_H__
7 #define WORDSET_4K_H__
8 
9 #define WORDSET_4K_LENGTH_MAX		6
10 
11 extern const char _passwdqc_wordset_4k[][WORDSET_4K_LENGTH_MAX];
12 
13 #endif /* WORDSET_4K_H__ */
14