diff options
author | 2000-09-07 21:13:36 +0000 | |
---|---|---|
committer | 2000-09-07 21:13:36 +0000 | |
commit | bb33e2ca9fe3231f7f61ab0147d26f1639e9b7e6 (patch) | |
tree | 95f0d77a78fe1a097bd6780bc39cdc88935b90b6 /usr.bin/ssh/auth.c | |
parent | typo (diff) | |
download | wireguard-openbsd-bb33e2ca9fe3231f7f61ab0147d26f1639e9b7e6.tar.xz wireguard-openbsd-bb33e2ca9fe3231f7f61ab0147d26f1639e9b7e6.zip |
some more Copyright fixes
Diffstat (limited to 'usr.bin/ssh/auth.c')
-rw-r--r-- | usr.bin/ssh/auth.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 |