diff options
author | Kevin Steves <stevesk@pobox.com> | 2000-12-15 21:23:47 +0100 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2000-12-15 21:23:47 +0100 |
commit | 7aa1d0008a98850eac43b2692bfc93bb1112c2dc (patch) | |
tree | f446fd3a3b325c5191da59869654d14157f16eeb /ssh-keyscan.c | |
parent | - markus@cvs.openbsd.org 2000/12/12 14:45:21 (diff) | |
download | openssh-7aa1d0008a98850eac43b2692bfc93bb1112c2dc.tar.xz openssh-7aa1d0008a98850eac43b2692bfc93bb1112c2dc.zip |
update RCSID
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r-- | ssh-keyscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-keyscan.c b/ssh-keyscan.c index 60341c9e9..81c8e0b1e 100644 --- a/ssh-keyscan.c +++ b/ssh-keyscan.c @@ -8,7 +8,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-keyscan.c,v 1.2 2000/12/06 19:57:48 markus Exp $"); +RCSID("$OpenBSD: ssh-keyscan.c,v 1.4 2000/12/13 23:26:53 markus Exp $"); #ifdef HAVE_SYS_QUEUE_H #include <sys/queue.h> |