]> andersk Git - openssh.git/commitdiff
- (bal) CVS ID touch up on uuencode.c
authormouring <mouring>
Mon, 5 Mar 2001 06:42:58 +0000 (06:42 +0000)
committermouring <mouring>
Mon, 5 Mar 2001 06:42:58 +0000 (06:42 +0000)
ChangeLog
uuencode.c

index c1e492f6e548ed8c469019513017fb771b9626d4..27e33bb523c0d91253b7ebd69b26ba05395fe480 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 20010305
  - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
  - (bal) CVS ID touch up on sftp-int.c 
+ - (bal) CVS ID touch up on uuencode.c
  - (bal) OpenBSD CVS Sync
    - deraadt@cvs.openbsd.org 2001/02/17 23:48:48
      [sshd.8]
index aa4066324c9c4e659fe45a6da8f51269a43a372e..f3774f1f39608734f6d68a110cfc42190deba6bc 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: uuencode.c,v 1.10 2001/02/08 19:30:53 itojun Exp $    */
+/*     $OpenBSD: uuencode.c,v 1.12 2001/03/01 02:27:18 deraadt Exp $   */
 
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
@@ -28,7 +28,7 @@
 #include "xmalloc.h"
 #include "uuencode.h"
 
-RCSID("$OpenBSD: uuencode.c,v 1.10 2001/02/08 19:30:53 itojun Exp $");
+RCSID("$OpenBSD: uuencode.c,v 1.12 2001/03/01 02:27:18 deraadt Exp $");
 
 int
 uuencode(u_char *src, u_int srclength,
This page took 0.474363 seconds and 5 git commands to generate.