"Fossies" - the Fresh Open Source Software Archive

Member "passwdqc-2.0.3/wordset_4k.h" (23 Jun 2023, 272 Bytes) of package /linux/privat/passwdqc-2.0.3.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. For more information about "wordset_4k.h" see the Fossies "Dox" file reference documentation and the last Fossies "Diffs" side-by-side code changes report: 1.4.0_vs_2.0.0.

    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__ */