SHA_CRYPT_MAX_ROUNDS and SHA_CRYPT_MIN_ROUNDS can

only exist if configured with --with-sha-crypt.
This commit is contained in:
nekral-guest 2008-05-19 20:58:59 +00:00
parent 337a97ceab
commit 0d6b2221ab
2 changed files with 7 additions and 0 deletions

View File

@ -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>
* libmisc/salt.c: Document the section closed by #endif

View File

@ -76,8 +76,10 @@ static struct itemdef def_table[] = {
{"PASS_MAX_DAYS", NULL},
{"PASS_MIN_DAYS", NULL},
{"PASS_WARN_AGE", NULL},
#ifdef USE_SHA_CRYPT
{"SHA_CRYPT_MAX_ROUNDS", NULL},
{"SHA_CRYPT_MIN_ROUNDS", NULL},
#endif
{"SULOG_FILE", NULL},
{"SU_NAME", NULL},
{"SYS_GID_MAX", NULL},