- (bal) Put scp-common.h back into scp.c (it exists in the upstream

tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp>
This commit is contained in:
Ben Lindstrom 2001-04-20 04:59:22 +00:00
parent 3f36496e33
commit 82f077d0dc
2 changed files with 4 additions and 1 deletions

View File

@ -23,6 +23,8 @@
[auth2.c]
use local variable, no function call needed.
(btw, hostbased works now with ssh.com >= 2.0.13)
- (bal) Put scp-common.h back into scp.c (it exists in the upstream
tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp>
20010418
- OpenBSD CVS Sync
@ -5185,4 +5187,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.1146 2001/04/19 20:50:07 mouring Exp $
$Id: ChangeLog,v 1.1147 2001/04/20 04:59:22 mouring Exp $

1
scp.c
View File

@ -82,6 +82,7 @@ RCSID("$OpenBSD: scp.c,v 1.67 2001/04/16 02:31:43 mouring Exp $");
#include "pathnames.h"
#include "log.h"
#include "misc.h"
#include "scp-common.h"
#ifdef HAVE___PROGNAME
extern char *__progname;