diff options
author | des <des@FreeBSD.org> | 2003-04-23 16:53:02 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-04-23 16:53:02 +0000 |
commit | 6d34992e86f885f08b7df6e18a0b6af25ec2d664 (patch) | |
tree | 1a380064758bab3bc985ef1cc15a7b6633825c0f /crypto/openssh/msg.c | |
parent | df96ff7f3774ba5a36cf1c6729762872945cc60a (diff) | |
parent | 85b37b9574631df0f7e774dda373514195c74b29 (diff) | |
download | FreeBSD-src-6d34992e86f885f08b7df6e18a0b6af25ec2d664.zip FreeBSD-src-6d34992e86f885f08b7df6e18a0b6af25ec2d664.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r113908,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'crypto/openssh/msg.c')
-rw-r--r-- | crypto/openssh/msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/msg.c b/crypto/openssh/msg.c index 107a376..5d266c2 100644 --- a/crypto/openssh/msg.c +++ b/crypto/openssh/msg.c @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "includes.h" -RCSID("$OpenBSD: msg.c,v 1.4 2002/07/01 16:15:25 deraadt Exp $"); +RCSID("$OpenBSD: msg.c,v 1.5 2002/12/19 00:07:02 djm Exp $"); #include "buffer.h" #include "getput.h" |