summaryrefslogtreecommitdiffstats
path: root/auth2-jpake.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-jpake.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-jpake.c')
-rw-r--r--auth2-jpake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth2-jpake.c b/auth2-jpake.c
index 6092e31c..5de5506a 100644
--- a/auth2-jpake.c
+++ b/auth2-jpake.c
@@ -42,8 +42,8 @@
#include "ssh2.h"
#include "key.h"
#include "hostfile.h"
-#include "buffer.h"
#include "auth.h"
+#include "buffer.h"
#include "packet.h"
#include "dispatch.h"
#include "log.h"