summaryrefslogtreecommitdiff
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 2ad6e2a65..72ad70a8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
120010612 120010612
2 - scp.c ID update (upstream synced vfsprintf() from us)
3 - OpenBSD CVS Sync
2 - markus@cvs.openbsd.org 2001/06/10 11:29:20 4 - markus@cvs.openbsd.org 2001/06/10 11:29:20
3 [dispatch.c] 5 [dispatch.c]
4 we support rekeying 6 we support rekeying
@@ -5608,4 +5610,4 @@
5608 - Wrote replacements for strlcpy and mkdtemp 5610 - Wrote replacements for strlcpy and mkdtemp
5609 - Released 1.0pre1 5611 - Released 1.0pre1
5610 5612
5611$Id: ChangeLog,v 1.1277 2001/06/12 00:12:56 mouring Exp $ 5613$Id: ChangeLog,v 1.1278 2001/06/12 00:15:57 mouring Exp $
diff --git a/scp.c b/scp.c
index b18e7323c..168512c4b 100644
--- a/scp.c
+++ b/scp.c
@@ -75,7 +75,7 @@
75 */ 75 */
76 76
77#include "includes.h" 77#include "includes.h"
78RCSID("$OpenBSD: scp.c,v 1.72 2001/06/03 19:38:42 markus Exp $"); 78RCSID("$OpenBSD: scp.c,v 1.73 2001/06/10 11:33:02 markus Exp $");
79 79
80#include "xmalloc.h" 80#include "xmalloc.h"
81#include "atomicio.h" 81#include "atomicio.h"