mirror of git://anongit.mindrot.org/openssh.git
- stevesk@cvs.openbsd.org 2001/10/02 22:56:09
[sshd.c] #include "channels.h" for channel_set_af()
This commit is contained in:
parent
569f88de04
commit
1bae404457
|
@ -34,6 +34,9 @@
|
|||
- djm@cvs.openbsd.org 2001/10/02 08:38:50
|
||||
[ssh-add.c]
|
||||
return non-zero exit code on error; ok markus@
|
||||
- stevesk@cvs.openbsd.org 2001/10/02 22:56:09
|
||||
[sshd.c]
|
||||
#include "channels.h" for channel_set_af()
|
||||
|
||||
20011001
|
||||
- (stevesk) loginrec.c: fix type conversion problems exposed when using
|
||||
|
@ -6626,4 +6629,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1579 2001/10/03 17:43:01 mouring Exp $
|
||||
$Id: ChangeLog,v 1.1580 2001/10/03 17:46:39 mouring Exp $
|
||||
|
|
3
sshd.c
3
sshd.c
|
@ -40,7 +40,7 @@
|
|||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$OpenBSD: sshd.c,v 1.205 2001/10/01 21:38:53 markus Exp $");
|
||||
RCSID("$OpenBSD: sshd.c,v 1.206 2001/10/02 22:56:09 stevesk Exp $");
|
||||
|
||||
#include <openssl/dh.h>
|
||||
#include <openssl/bn.h>
|
||||
|
@ -71,6 +71,7 @@ RCSID("$OpenBSD: sshd.c,v 1.205 2001/10/01 21:38:53 markus Exp $");
|
|||
#include "auth.h"
|
||||
#include "misc.h"
|
||||
#include "dispatch.h"
|
||||
#include "channels.h"
|
||||
|
||||
#ifdef LIBWRAP
|
||||
#include <tcpd.h>
|
||||
|
|
Loading…
Reference in New Issue