diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-10-01 15:19:37 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-10-01 15:19:37 +0000 |
commit | e5e752b5a70a672df97b5d7ca5c1e58c87a27234 (patch) | |
tree | e5b7ad86bb53b8a7e0394f159b15abac2622bdb6 /auth2.c | |
parent | 9ab1052dcdca9be06dcec8abc37103a70e358e73 (diff) |
Notes
Diffstat (limited to 'auth2.c')
-rw-r--r-- | auth2.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |