diff options
author | Damien Miller <djm@mindrot.org> | 2000-12-03 01:51:51 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-12-03 01:51:51 +0100 |
commit | b84815880e453346667d6d2b3f02904674848a7a (patch) | |
tree | 03b0870fc18ac4977e1bbf4b0db0e5e79bdcea8b /ssh.h | |
parent | 20001203 (diff) | |
download | openssh-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.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 */ |