From b84815880e453346667d6d2b3f02904674848a7a Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 3 Dec 2000 11:51:51 +1100 Subject: - (djm) Added patch from Nalin Dahyabhai to enable PAM authentication using KbdInteractive. - (djm) Added another TODO --- ssh.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ssh.h') diff --git a/ssh.h b/ssh.h index 2c2afd5a..996b504a 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 */ -- cgit v1.2.1