summaryrefslogtreecommitdiffstats
path: root/auth2.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-06-21 19:50:08 +1000
committerDarren Tucker <dtucker@zip.com.au>2009-06-21 19:50:08 +1000
commit43e7a358ff9476fb77bc1b475530ce4c6b152ccc (patch)
tree250c5aa73744f0cb1bacbdf28a6d1c9ea8ef05b8 /auth2.c
parente6b590e8d40e2b2ab0aab9da1b7d34cd357caf6a (diff)
- (dtucker) [auth2-jpake.c auth2.c canohost.h session.c] Whitespace and
header-order changes to reduce diff vs OpenBSD.
Diffstat (limited to 'auth2.c')
-rw-r--r--auth2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth2.c b/auth2.c
index ecf85705..92e6f584 100644
--- a/auth2.c
+++ b/auth2.c
@@ -35,8 +35,8 @@
#include <string.h>
#include <unistd.h>
-#include "xmalloc.h"
#include "atomicio.h"
+#include "xmalloc.h"
#include "ssh2.h"
#include "packet.h"
#include "log.h"