summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--scp.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ad6e2a6..72ad70a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 $
diff --git a/scp.c b/scp.c
index b18e7323..168512c4 100644
--- a/scp.c
+++ b/scp.c
@@ -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"