From bb33e2ca9fe3231f7f61ab0147d26f1639e9b7e6 Mon Sep 17 00:00:00 2001 From: markus Date: Thu, 7 Sep 2000 21:13:36 +0000 Subject: some more Copyright fixes --- usr.bin/ssh/auth.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/ssh/auth.c') diff --git a/usr.bin/ssh/auth.c b/usr.bin/ssh/auth.c index fe2a98f2626..2d4f6d04177 100644 --- a/usr.bin/ssh/auth.c +++ b/usr.bin/ssh/auth.c @@ -33,7 +33,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth.c,v 1.9 2000/09/07 20:27:49 deraadt Exp $"); +RCSID("$OpenBSD: auth.c,v 1.10 2000/09/07 21:13:36 markus Exp $"); #include "xmalloc.h" #include "rsa.h" @@ -55,7 +55,6 @@ RCSID("$OpenBSD: auth.c,v 1.9 2000/09/07 20:27:49 deraadt Exp $"); /* import */ extern ServerOptions options; -extern char *forced_command; /* * Check if the user is allowed to log in via ssh. If user is listed in -- cgit v1.2.3-59-g8ed1b