- scp.c ID update (upstream synced vfsprintf() from us)

This commit is contained in:
Ben Lindstrom 2001-06-12 00:15:57 +00:00
parent 16c1bd6d09
commit 0a0c3a63d0
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
20010612
- scp.c ID update (upstream synced vfsprintf() from us)
- OpenBSD CVS Sync
- markus@cvs.openbsd.org 2001/06/10 11:29:20
[dispatch.c]
we support rekeying
@ -5608,4 +5610,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.1277 2001/06/12 00:12:56 mouring Exp $
$Id: ChangeLog,v 1.1278 2001/06/12 00:15:57 mouring Exp $

2
scp.c
View File

@ -75,7 +75,7 @@
*/
#include "includes.h"
RCSID("$OpenBSD: scp.c,v 1.72 2001/06/03 19:38:42 markus Exp $");
RCSID("$OpenBSD: scp.c,v 1.73 2001/06/10 11:33:02 markus Exp $");
#include "xmalloc.h"
#include "atomicio.h"