diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-08-04 20:30:08 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-08-04 20:30:08 +0000 |
commit | 9153bacc9c9f5636c7513c93e0003c115293987c (patch) | |
tree | be884f3af11448e1f9ee746e2d13b264e00ac415 /usr.bin | |
parent | 0a879056c1decc3d904b9bef4105f599abe7ac9b (diff) |
unused
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/auth.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/auth.c b/usr.bin/ssh/auth.c index 20e9760c428..c0decb6a705 100644 --- a/usr.bin/ssh/auth.c +++ b/usr.bin/ssh/auth.c @@ -5,7 +5,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth.c,v 1.7 2000/05/17 21:37:24 deraadt Exp $"); +RCSID("$OpenBSD: auth.c,v 1.8 2000/08/04 20:30:07 markus Exp $"); #include "xmalloc.h" #include "rsa.h" @@ -24,8 +24,6 @@ RCSID("$OpenBSD: auth.c,v 1.7 2000/05/17 21:37:24 deraadt Exp $"); #include "ssh2.h" #include "auth.h" #include "session.h" -#include "dispatch.h" - /* import */ extern ServerOptions options; |