sys/vfs/hammer2: Fix multiple "radii" -> "radix"
[dragonfly.git] / contrib / pam_passwdqc / wordset_4k.h
blob5f212bbecd265366d4528fcadd741b58c38d421b
1 /*
2 * Written by Solar Designer <solar at openwall.com> and placed in the
3 * public domain.
4 */
6 #ifndef WORDSET_4K_H__
7 #define WORDSET_4K_H__
9 #define WORDSET_4K_LENGTH_MAX 6
11 extern const char _passwdqc_wordset_4k[][WORDSET_4K_LENGTH_MAX];
13 #endif /* WORDSET_4K_H__ */