summaryrefslogtreecommitdiff
path: root/auth2.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2.c')
-rw-r--r--auth2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/auth2.c b/auth2.c
index 0d2214c72..768feddeb 100644
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: auth2.c,v 1.32 2001/01/21 19:05:44 markus Exp $"); 26RCSID("$OpenBSD: auth2.c,v 1.33 2001/01/22 08:32:53 markus Exp $");
27 27
28#ifdef HAVE_OSF_SIA 28#ifdef HAVE_OSF_SIA
29# include <sia.h> 29# include <sia.h>
@@ -51,7 +51,6 @@ RCSID("$OpenBSD: auth2.c,v 1.32 2001/01/21 19:05:44 markus Exp $");
51#include "key.h" 51#include "key.h"
52#include "kex.h" 52#include "kex.h"
53#include "pathnames.h" 53#include "pathnames.h"
54
55#include "uidswap.h" 54#include "uidswap.h"
56#include "auth-options.h" 55#include "auth-options.h"
57 56