diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | scp.c | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,6 @@ | |||
1 | 20010612 | 1 | 20010612 |
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 $ |
@@ -75,7 +75,7 @@ | |||
75 | */ | 75 | */ |
76 | 76 | ||
77 | #include "includes.h" | 77 | #include "includes.h" |
78 | RCSID("$OpenBSD: scp.c,v 1.72 2001/06/03 19:38:42 markus Exp $"); | 78 | RCSID("$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" |