- (tim) [openbsd-compat/port-uw.c] Reorder includes. auth-options.h now needs
key.h.
This commit is contained in:
parent
1ab6a51f9b
commit
3fd307df5b
|
@ -1,3 +1,7 @@
|
|||
20100627
|
||||
- (tim) [openbsd-compat/port-uw.c] Reorder includes. auth-options.h now needs
|
||||
key.h.
|
||||
|
||||
20100626
|
||||
- (djm) OpenBSD CVS Sync
|
||||
- djm@cvs.openbsd.org 2010/05/21 05:00:36
|
||||
|
|
|
@ -39,10 +39,10 @@
|
|||
#include "xmalloc.h"
|
||||
#include "packet.h"
|
||||
#include "buffer.h"
|
||||
#include "key.h"
|
||||
#include "auth-options.h"
|
||||
#include "log.h"
|
||||
#include "servconf.h"
|
||||
#include "key.h"
|
||||
#include "hostfile.h"
|
||||
#include "auth.h"
|
||||
#include "ssh.h"
|
||||
|
|
Loading…
Reference in New Issue