]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
lib/defines.h: Remove ITI_AGING
authorTobias Stoeckmann <tobias@stoeckmann.org>
Tue, 12 Dec 2023 16:37:30 +0000 (17:37 +0100)
committerSerge Hallyn <serge@hallyn.com>
Wed, 13 Dec 2023 15:08:12 +0000 (09:08 -0600)
ITI_AGING is not set through any build environment. If it would be set,
then timings in /etc/shadow would not fit anymore.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
lib/defines.h

index 4106a2086eb87ad6326780aa26ffec1e2826362a..b644036cfb44197c5b3b903558c5763259bb9600 100644 (file)
 
 #define WEEK (7*DAY)
 
-#ifdef ITI_AGING
-#define SCALE 1
-#else
 #define SCALE DAY
-#endif
 
 #ifndef PASSWD_FILE
 #define PASSWD_FILE "/etc/passwd"