]> andersk Git - openssh.git/blobdiff - auth-passwd.c
- (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
[openssh.git] / auth-passwd.c
index d722122c7163e2565e7c768be9f288cd4b1525ec..93756e9e64ff80b573ed750d508827f254e7d003 100644 (file)
@@ -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 */
This page took 0.18195 seconds and 4 git commands to generate.