blob: 26889a02f2ef5cb9c572f4a23cb0194eea03ea05 (
plain)
1
2
3
4
5
6
7
8
|
#include <limits.h>
/* #undef PASS_MAX */
/* MIN: 8 */
/* MAY-BE-UNEFINED */
/** the maximum number of significant bytes in a password (not counting chr(0)) **/
/*
XOPEN(4,600)
*/
|