From: djm Date: Fri, 21 Dec 2001 03:51:28 +0000 (+0000) Subject: Sync RCSIDs from Kevin's already committed patch X-Git-Tag: V_3_1_P1~224 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/6a43a77a63012428c1d483a05f0715429e7eba89 Sync RCSIDs from Kevin's already committed patch --- diff --git a/includes.h b/includes.h index 96366cb5..c992b152 100644 --- a/includes.h +++ b/includes.h @@ -1,4 +1,4 @@ -/* $OpenBSD: includes.h,v 1.15 2001/06/08 15:25:40 markus Exp $ */ +/* $OpenBSD: includes.h,v 1.16 2001/12/19 15:43:11 stevesk Exp $ */ /* * Author: Tatu Ylonen diff --git a/session.c b/session.c index 8850f812..e4594e38 100644 --- a/session.c +++ b/session.c @@ -33,7 +33,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: session.c,v 1.112 2001/12/19 07:18:56 deraadt Exp $"); +RCSID("$OpenBSD: session.c,v 1.113 2001/12/19 15:43:11 stevesk Exp $"); #include "ssh.h" #include "ssh1.h"