X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/9e0c3e1f19e1bd95df250fbd9984e2171a9f26cb..4d33e53175348fca30cb5218fc0e1ca901fd48f7:/auth-passwd.c diff --git a/auth-passwd.c b/auth-passwd.c index d722122c..93756e9e 100644 --- a/auth-passwd.c +++ b/auth-passwd.c @@ -9,10 +9,10 @@ #include "includes.h" -#ifndef USE_PAM - RCSID("$OpenBSD: auth-passwd.c,v 1.16 2000/06/20 01:39:38 markus Exp $"); +#if !defined(USE_PAM) && !defined(HAVE_OSF_SIA) + #include "packet.h" #include "ssh.h" #include "servconf.h" @@ -139,4 +139,4 @@ auth_password(struct passwd * pw, const char *password) /* Authentication is accepted if the encrypted passwords are identical. */ return (strcmp(encrypted_password, pw_password) == 0); } -#endif /* !USE_PAM */ +#endif /* !USE_PAM && !HAVE_OSF_SIA */