summaryrefslogtreecommitdiffstats
path: root/auth2-kbdint.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2-kbdint.c')
-rw-r--r--auth2-kbdint.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/auth2-kbdint.c b/auth2-kbdint.c
index e6099288..1696ef4d 100644
--- a/auth2-kbdint.c
+++ b/auth2-kbdint.c
@@ -49,10 +49,6 @@ userauth_kbdint(Authctxt *authctxt)
if (options.challenge_response_authentication)
authenticated = auth2_challenge(authctxt, devs);
-#ifdef USE_PAM
- if (authenticated == 0 && options.pam_authentication_via_kbd_int)
- authenticated = auth2_pam(authctxt);
-#endif
xfree(devs);
xfree(lang);
#ifdef HAVE_CYGWIN