diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-02-06 10:18:59 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-02-06 10:18:59 +0000 |
commit | 29e74587aa57cce1cee5e3b297bbcc1906492ead (patch) | |
tree | df06672a23e613b34de54722eeb283ab1ce4b7b4 | |
parent | aa4a0ae4f8b97307403339c04b1fcd0cbb59824f (diff) |
typo
-rw-r--r-- | usr.bin/ssh/sshd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd.c b/usr.bin/ssh/sshd.c index 6f63b404585..e6eec7a421e 100644 --- a/usr.bin/ssh/sshd.c +++ b/usr.bin/ssh/sshd.c @@ -1,4 +1,4 @@ - +/* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * All rights reserved @@ -11,7 +11,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshd.c,v 1.85 2000/02/05 10:13:12 markus Exp $"); +RCSID("$OpenBSD: sshd.c,v 1.86 2000/02/06 10:18:58 markus Exp $"); #include "xmalloc.h" #include "rsa.h" |