summaryrefslogtreecommitdiff
path: root/auth2.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2009-10-01 15:19:37 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2009-10-01 15:19:37 +0000
commite5e752b5a70a672df97b5d7ca5c1e58c87a27234 (patch)
treee5b7ad86bb53b8a7e0394f159b15abac2622bdb6 /auth2.c
parent9ab1052dcdca9be06dcec8abc37103a70e358e73 (diff)
Notes
Diffstat (limited to 'auth2.c')
-rw-r--r--auth2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth2.c b/auth2.c
index ecf8570526ed..5d54685596c8 100644
--- a/auth2.c
+++ b/auth2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth2.c,v 1.120 2008/11/04 08:22:12 djm Exp $ */
+/* $OpenBSD: auth2.c,v 1.121 2009/06/22 05:39:28 dtucker Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*
@@ -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"