diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-03-08 18:47:13 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-03-08 18:47:13 +0000 |
commit | 75ce228133ca1a60c5e4f71a5e7f47f9f82b724e (patch) | |
tree | 22e61db9e70271d9ffd8032e1a15ccc65824b447 /usr.bin/ssh | |
parent | fc312c12c4401e87a4363898109ef5fd8af35694 (diff) |
unused; ok markus@
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/auth1.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth1.c b/usr.bin/ssh/auth1.c index 8715c523fc4..d8a75686d03 100644 --- a/usr.bin/ssh/auth1.c +++ b/usr.bin/ssh/auth1.c @@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth1.c,v 1.18 2001/02/22 21:59:43 markus Exp $"); +RCSID("$OpenBSD: auth1.c,v 1.19 2001/03/08 18:47:12 stevesk Exp $"); #include "xmalloc.h" #include "rsa.h" @@ -27,7 +27,6 @@ RCSID("$OpenBSD: auth1.c,v 1.18 2001/02/22 21:59:43 markus Exp $"); /* import */ extern ServerOptions options; -extern char *forced_command; /* * convert ssh auth msg type into description |