From cec833063e4fa5911ae1cf0c53d38f1d6735ee02 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 22 Jan 2014 15:40:19 +1300 Subject: auth: Remove plaintext OSF1 password support The WAF build does not have the code to detect getprpwnam on which this is based, and so this is dead code. Signed-off-by: Andrew Bartlett Reviewed-by: Andreas Schneider --- lib/replace/system/passwd.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/replace/system') diff --git a/lib/replace/system/passwd.h b/lib/replace/system/passwd.h index 8257e066ac..e5c16a0429 100644 --- a/lib/replace/system/passwd.h +++ b/lib/replace/system/passwd.h @@ -77,9 +77,6 @@ #define PASSWORD_LENGTH 8 #endif -#if defined(HAVE_PUTPRPWNAM) && defined(AUTH_CLEARTEXT_SEG_CHARS) -#define OSF1_ENH_SEC 1 -#endif #ifndef ALLOW_CHANGE_PASSWORD #if (defined(HAVE_TERMIOS_H) && defined(HAVE_DUP2) && defined(HAVE_SETSID)) -- cgit