summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/auth1.c b/auth1.c
index 73fffec35..bae00fb53 100644
--- a/auth1.c
+++ b/auth1.c
@@ -10,7 +10,7 @@
10 */ 10 */
11 11
12#include "includes.h" 12#include "includes.h"
13RCSID("$OpenBSD: auth1.c,v 1.34 2001/12/28 14:50:54 markus Exp $"); 13RCSID("$OpenBSD: auth1.c,v 1.35 2002/02/03 17:53:25 markus Exp $");
14 14
15#include "xmalloc.h" 15#include "xmalloc.h"
16#include "rsa.h" 16#include "rsa.h"
@@ -22,6 +22,7 @@ RCSID("$OpenBSD: auth1.c,v 1.34 2001/12/28 14:50:54 markus Exp $");
22#include "servconf.h" 22#include "servconf.h"
23#include "compat.h" 23#include "compat.h"
24#include "auth.h" 24#include "auth.h"
25#include "channels.h"
25#include "session.h" 26#include "session.h"
26#include "misc.h" 27#include "misc.h"
27#include "uidswap.h" 28#include "uidswap.h"