SHA_CRYPT_MAX_ROUNDS and SHA_CRYPT_MIN_ROUNDS can
only exist if configured with --with-sha-crypt.
This commit is contained in:
parent
337a97ceab
commit
0d6b2221ab
@ -1,3 +1,8 @@
|
|||||||
|
2008-05-19 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* lib/getdef.c: SHA_CRYPT_MAX_ROUNDS and SHA_CRYPT_MIN_ROUNDS can
|
||||||
|
only exist if configured with --with-sha-crypt.
|
||||||
|
|
||||||
2008-05-19 Nicolas François <nicolas.francois@centraliens.net>
|
2008-05-19 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* libmisc/salt.c: Document the section closed by #endif
|
* libmisc/salt.c: Document the section closed by #endif
|
||||||
|
@ -76,8 +76,10 @@ static struct itemdef def_table[] = {
|
|||||||
{"PASS_MAX_DAYS", NULL},
|
{"PASS_MAX_DAYS", NULL},
|
||||||
{"PASS_MIN_DAYS", NULL},
|
{"PASS_MIN_DAYS", NULL},
|
||||||
{"PASS_WARN_AGE", NULL},
|
{"PASS_WARN_AGE", NULL},
|
||||||
|
#ifdef USE_SHA_CRYPT
|
||||||
{"SHA_CRYPT_MAX_ROUNDS", NULL},
|
{"SHA_CRYPT_MAX_ROUNDS", NULL},
|
||||||
{"SHA_CRYPT_MIN_ROUNDS", NULL},
|
{"SHA_CRYPT_MIN_ROUNDS", NULL},
|
||||||
|
#endif
|
||||||
{"SULOG_FILE", NULL},
|
{"SULOG_FILE", NULL},
|
||||||
{"SU_NAME", NULL},
|
{"SU_NAME", NULL},
|
||||||
{"SYS_GID_MAX", NULL},
|
{"SYS_GID_MAX", NULL},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user