- stevesk@cvs.openbsd.org 2002/07/21 18:32:20
[auth-options.c] unneeded includes
This commit is contained in:
parent
82ec9836b2
commit
218a07dfb4
|
@ -10,6 +10,9 @@
|
||||||
[ssh.c]
|
[ssh.c]
|
||||||
display a warning from ssh when XAuthLocation does not exist or xauth
|
display a warning from ssh when XAuthLocation does not exist or xauth
|
||||||
returned no authentication data. ok markus@
|
returned no authentication data. ok markus@
|
||||||
|
- stevesk@cvs.openbsd.org 2002/07/21 18:32:20
|
||||||
|
[auth-options.c]
|
||||||
|
unneeded includes
|
||||||
|
|
||||||
20020722
|
20020722
|
||||||
- (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk
|
- (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk
|
||||||
|
@ -1433,4 +1436,4 @@
|
||||||
- (stevesk) entropy.c: typo in debug message
|
- (stevesk) entropy.c: typo in debug message
|
||||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2397 2002/07/23 21:05:17 mouring Exp $
|
$Id: ChangeLog,v 1.2398 2002/07/23 21:06:45 mouring Exp $
|
||||||
|
|
|
@ -10,9 +10,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: auth-options.c,v 1.24 2002/05/13 20:44:58 markus Exp $");
|
RCSID("$OpenBSD: auth-options.c,v 1.25 2002/07/21 18:32:20 stevesk Exp $");
|
||||||
|
|
||||||
#include "packet.h"
|
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
#include "match.h"
|
#include "match.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
@ -20,7 +19,6 @@ RCSID("$OpenBSD: auth-options.c,v 1.24 2002/05/13 20:44:58 markus Exp $");
|
||||||
#include "channels.h"
|
#include "channels.h"
|
||||||
#include "auth-options.h"
|
#include "auth-options.h"
|
||||||
#include "servconf.h"
|
#include "servconf.h"
|
||||||
#include "bufaux.h"
|
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "monitor_wrap.h"
|
#include "monitor_wrap.h"
|
||||||
#include "auth.h"
|
#include "auth.h"
|
||||||
|
|
Loading…
Reference in New Issue