diff options
author | Colin Watson <cjwatson@debian.org> | 2014-10-07 12:13:50 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-10-07 12:13:50 +0100 |
commit | 487bdb3a5ef6075887b830ccb8a0b14f6da78e93 (patch) | |
tree | a2cff6fec1e6c4b4153a170a3e172cfe6bfdec46 /auth2-none.c | |
parent | 796ba4fd011b5d0d9d78d592ba2f30fc9d5ed2e7 (diff) | |
parent | 28453d58058a4d60c3ebe7d7f0c31a510cbf6158 (diff) |
Import openssh_6.7p1.orig.tar.gz
Diffstat (limited to 'auth2-none.c')
-rw-r--r-- | auth2-none.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/auth2-none.c b/auth2-none.c index c8c6c74a9..e71e2219c 100644 --- a/auth2-none.c +++ b/auth2-none.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth2-none.c,v 1.16 2010/06/25 08:46:17 djm Exp $ */ | 1 | /* $OpenBSD: auth2-none.c,v 1.18 2014/07/15 15:54:14 millert Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -30,9 +30,10 @@ | |||
30 | #include <sys/uio.h> | 30 | #include <sys/uio.h> |
31 | 31 | ||
32 | #include <fcntl.h> | 32 | #include <fcntl.h> |
33 | #include <stdarg.h> | ||
34 | #include <string.h> | 33 | #include <string.h> |
35 | #include <unistd.h> | 34 | #include <unistd.h> |
35 | #include <stdarg.h> | ||
36 | #include <stdio.h> | ||
36 | 37 | ||
37 | #include "atomicio.h" | 38 | #include "atomicio.h" |
38 | #include "xmalloc.h" | 39 | #include "xmalloc.h" |
@@ -42,6 +43,7 @@ | |||
42 | #include "packet.h" | 43 | #include "packet.h" |
43 | #include "log.h" | 44 | #include "log.h" |
44 | #include "buffer.h" | 45 | #include "buffer.h" |
46 | #include "misc.h" | ||
45 | #include "servconf.h" | 47 | #include "servconf.h" |
46 | #include "compat.h" | 48 | #include "compat.h" |
47 | #include "ssh2.h" | 49 | #include "ssh2.h" |