summaryrefslogtreecommitdiffstats
path: root/ssh.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-12-03 01:51:51 +0100
committerDamien Miller <djm@mindrot.org>2000-12-03 01:51:51 +0100
commitb84815880e453346667d6d2b3f02904674848a7a (patch)
tree03b0870fc18ac4977e1bbf4b0db0e5e79bdcea8b /ssh.h
parent20001203 (diff)
downloadopenssh-b84815880e453346667d6d2b3f02904674848a7a.tar.xz
openssh-b84815880e453346667d6d2b3f02904674848a7a.zip
- (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
PAM authentication using KbdInteractive. - (djm) Added another TODO
Diffstat (limited to '')
-rw-r--r--ssh.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ssh.h b/ssh.h
index 2c2afd5a0..996b504a4 100644
--- a/ssh.h
+++ b/ssh.h
@@ -558,8 +558,4 @@ int auth_skey_password(struct passwd * pw, const char *password);
/* AF_UNSPEC or AF_INET or AF_INET6 */
extern int IPv4or6;
-#ifdef USE_PAM
-#include "auth-pam.h"
-#endif /* USE_PAM */
-
#endif /* SSH_H */