mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-04-22 15:15:54 +00:00
- (dtucker) [auth2-jpake.c auth2.c canohost.h session.c] Whitespace and
header-order changes to reduce diff vs OpenBSD.
This commit is contained in:
parent
e6b590e8d4
commit
43e7a358ff
@ -105,6 +105,8 @@
|
|||||||
[roaming.h roaming_common.c roaming_dummy.c]
|
[roaming.h roaming_common.c roaming_dummy.c]
|
||||||
Add tags for the benefit of the sync scripts
|
Add tags for the benefit of the sync scripts
|
||||||
Also: pull in the changes for 1.1->1.2 missed in the previous sync.
|
Also: pull in the changes for 1.1->1.2 missed in the previous sync.
|
||||||
|
- (dtucker) [auth2-jpake.c auth2.c canohost.h session.c] Whitespace and
|
||||||
|
header-order changes to reduce diff vs OpenBSD.
|
||||||
|
|
||||||
20090616
|
20090616
|
||||||
- (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t
|
- (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t
|
||||||
|
@ -42,8 +42,8 @@
|
|||||||
#include "ssh2.h"
|
#include "ssh2.h"
|
||||||
#include "key.h"
|
#include "key.h"
|
||||||
#include "hostfile.h"
|
#include "hostfile.h"
|
||||||
#include "buffer.h"
|
|
||||||
#include "auth.h"
|
#include "auth.h"
|
||||||
|
#include "buffer.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "dispatch.h"
|
#include "dispatch.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
2
auth2.c
2
auth2.c
@ -35,8 +35,8 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "xmalloc.h"
|
|
||||||
#include "atomicio.h"
|
#include "atomicio.h"
|
||||||
|
#include "xmalloc.h"
|
||||||
#include "ssh2.h"
|
#include "ssh2.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user