X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/013eab17f87539f6ae8b69338bd6e00fe52aa33f..f9e4952c0d45a2afdc9267c8cc9500462a82ad11:/auth2-kbdint.c 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