From: mouring Date: Thu, 8 Mar 2001 20:37:22 +0000 (+0000) Subject: - stevesk@cvs.openbsd.org 2001/03/08 18:47:12 X-Git-Tag: V_2_5_2_P1~67 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/385590e4a6bb5530ad34080bc7b032446d2a8887?ds=sidebyside - stevesk@cvs.openbsd.org 2001/03/08 18:47:12 [auth1.c] unused; ok markus@ --- diff --git a/ChangeLog b/ChangeLog index 9a094c25..d8fa873f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +20010309 + - OpenBSD CVS Sync + - stevesk@cvs.openbsd.org 2001/03/08 18:47:12 + [auth1.c] + unused; ok markus@ + 20010308 - OpenBSD CVS Sync - djm@cvs.openbsd.org 2001/03/07 10:11:23 diff --git a/auth1.c b/auth1.c index 4d623717..6d492d07 100644 --- a/auth1.c +++ b/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; #ifdef WITH_AIXAUTHENTICATE extern char *aixloginmsg;