diff options
Diffstat (limited to 'auth.c')
-rw-r--r-- | auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth.c,v 1.105 2014/07/03 11:16:55 djm Exp $ */ | 1 | /* $OpenBSD: auth.c,v 1.106 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 | * |
@@ -56,6 +56,7 @@ | |||
56 | #include "groupaccess.h" | 56 | #include "groupaccess.h" |
57 | #include "log.h" | 57 | #include "log.h" |
58 | #include "buffer.h" | 58 | #include "buffer.h" |
59 | #include "misc.h" | ||
59 | #include "servconf.h" | 60 | #include "servconf.h" |
60 | #include "key.h" | 61 | #include "key.h" |
61 | #include "hostfile.h" | 62 | #include "hostfile.h" |
@@ -63,7 +64,6 @@ | |||
63 | #include "auth-options.h" | 64 | #include "auth-options.h" |
64 | #include "canohost.h" | 65 | #include "canohost.h" |
65 | #include "uidswap.h" | 66 | #include "uidswap.h" |
66 | #include "misc.h" | ||
67 | #include "packet.h" | 67 | #include "packet.h" |
68 | #include "loginrec.h" | 68 | #include "loginrec.h" |
69 | #ifdef GSSAPI | 69 | #ifdef GSSAPI |