- (bal) scp.c CVS ID resync

This commit is contained in:
Ben Lindstrom 2001-03-22 02:04:08 +00:00
parent b31783d547
commit 57f82e260b
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
- (bal) version.c CVS ID resync
- (bal) auth-chall.c auth-passwd.c auth.h auth1.c auth2.c session.c CVS ID
resync
- (bal) scp.c CVS ID resync
- OpenBSD CVS Sync
- markus@cvs.openbsd.org 2001/03/20 19:10:16
[readconf.c]
@ -4675,4 +4676,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.1005 2001/03/22 02:02:12 mouring Exp $
$Id: ChangeLog,v 1.1006 2001/03/22 02:04:08 mouring Exp $

2
scp.c
View File

@ -75,7 +75,7 @@
*/
#include "includes.h"
RCSID("$OpenBSD: scp.c,v 1.61 2001/03/15 15:05:59 markus Exp $");
RCSID("$OpenBSD: scp.c,v 1.62 2001/03/21 12:33:33 markus Exp $");
#include "xmalloc.h"
#include "atomicio.h"