2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

hpux 10 uses bigcrypt() if C2

This commit is contained in:
Todd C. Miller
1996-06-06 02:20:17 +00:00
parent 6737221aa5
commit ac186f85f1

View File

@@ -536,6 +536,10 @@ static void check_passwd()
exit(1);
}
# endif /* SECUREWARE && __alpha */
# if (SHADOW_TYPE == SPW_HPUX10)
if (strcmp(user_passwd, (char *) bigcrypt(pass, user_passwd)) == 0)
return; /* if the passwd is correct return() */
# endif /* HPUX10 */
# endif /* SHADOW_TYPE */
/* Normal UN*X password check */