* src/chpasswd.c: Make sure the SHA related variables is not

compiled when disabled at configuration time.
	* src/chgpasswd.c: Make sure the SHA related variables is not
	compiled when disabled at configuration time.
	* src/chgpasswd.c: Fix the test for getlong() failure.
This commit is contained in:
nekral-guest
2009-03-13 22:28:27 +00:00
parent e3e64317e8
commit f98b47eb55
3 changed files with 24 additions and 3 deletions

View File

@@ -3,6 +3,11 @@
* src/newusers.c: Make sure the SHA related variables are not
compiled when disabled at configuration time.
* src/newusers.c: Added FIXME
* src/chpasswd.c: Make sure the SHA related variables is not
compiled when disabled at configuration time.
* src/chgpasswd.c: Make sure the SHA related variables is not
compiled when disabled at configuration time.
* src/chgpasswd.c: Fix the test for getlong() failure.
2009-03-13 Nicolas François <nicolas.francois@centraliens.net>