summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-12-03 11:51:51 +1100
committerDamien Miller <djm@mindrot.org>2000-12-03 11:51:51 +1100
commitb84815880e453346667d6d2b3f02904674848a7a (patch)
tree03b0870fc18ac4977e1bbf4b0db0e5e79bdcea8b /ssh.h
parentc72745afa96a87d41a22804f48499db12d95dfcd (diff)
- (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
PAM authentication using KbdInteractive. - (djm) Added another TODO
Diffstat (limited to 'ssh.h')
-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);
558/* AF_UNSPEC or AF_INET or AF_INET6 */ 558/* AF_UNSPEC or AF_INET or AF_INET6 */
559extern int IPv4or6; 559extern int IPv4or6;
560 560
561#ifdef USE_PAM
562#include "auth-pam.h"
563#endif /* USE_PAM */
564
565#endif /* SSH_H */ 561#endif /* SSH_H */