diff options
author | djm <djm> | 2000-12-03 00:51:51 +0000 |
---|---|---|
committer | djm <djm> | 2000-12-03 00:51:51 +0000 |
commit | 5313a56cd9e5bb3def5972e2129da094734ed8b6 (patch) | |
tree | 5bf9f2bb0b3d9544620659c3885ecdd1a996285c /ssh.h | |
parent | 25ff06172e6625eb7afb7a9f91f09af5d6d332c5 (diff) | |
download | openssh-5313a56cd9e5bb3def5972e2129da094734ed8b6.tar.gz |
- (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.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 */ |