summaryrefslogtreecommitdiffstats
path: root/auth-pam.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2016-10-14 19:34:46 +0200
committerDarren Tucker <dtucker@zip.com.au>2016-10-14 19:34:46 +0200
commite0259a82ddd950cfb109ddee86fcebbc09c6bd04 (patch)
tree0d5aece2736c75d9afd0a0c855a243d829250409 /auth-pam.h
parentunbreak principals-command test (diff)
downloadopenssh-e0259a82ddd950cfb109ddee86fcebbc09c6bd04.tar.xz
openssh-e0259a82ddd950cfb109ddee86fcebbc09c6bd04.zip
Remove do_pam_set_tty which is dead code.
The callers of do_pam_set_tty were removed in 2008, so this is now dead code. bz#2604, pointed out by jjelen at redhat.com.
Diffstat (limited to 'auth-pam.h')
-rw-r--r--auth-pam.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/auth-pam.h b/auth-pam.h
index f9a3fbf43..c47b442e4 100644
--- a/auth-pam.h
+++ b/auth-pam.h
@@ -29,7 +29,6 @@ void start_pam(Authctxt *);
void finish_pam(void);
u_int do_pam_account(void);
void do_pam_session(void);
-void do_pam_set_tty(const char *);
void do_pam_setcred(int );
void do_pam_chauthtok(void);
int do_pam_putenv(char *, char *);