summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-12-14 13:48:13 +0000
committerdes <des@FreeBSD.org>2002-12-14 13:48:13 +0000
commita46b8cda0408205c7c3aee144088124c22572407 (patch)
tree5c54883455a4c5299a395f734799d4a9e77a5e51 /crypto
parent9f8ff3709f960830eadb9f14bddf17fc65844e1b (diff)
downloadFreeBSD-src-a46b8cda0408205c7c3aee144088124c22572407.zip
FreeBSD-src-a46b8cda0408205c7c3aee144088124c22572407.tar.gz
Remove code related to the PAMAuthenticationViaKbdInt option (which we've
disabled). This removes the only reference to auth2_pam().
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/auth2-kbdint.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/crypto/openssh/auth2-kbdint.c b/crypto/openssh/auth2-kbdint.c
index e609928..15c20b3 100644
--- a/crypto/openssh/auth2-kbdint.c
+++ b/crypto/openssh/auth2-kbdint.c
@@ -24,6 +24,7 @@
#include "includes.h"
RCSID("$OpenBSD: auth2-kbdint.c,v 1.2 2002/05/31 11:35:15 markus Exp $");
+RCSID("$FreeBSD$");
#include "packet.h"
#include "auth.h"
@@ -49,10 +50,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
OpenPOWER on IntegriCloud