summaryrefslogtreecommitdiff
path: root/auth-rh-rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-rh-rsa.c')
-rw-r--r--auth-rh-rsa.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/auth-rh-rsa.c b/auth-rh-rsa.c
index c31f2b97b..eca750275 100644
--- a/auth-rh-rsa.c
+++ b/auth-rh-rsa.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: auth-rh-rsa.c,v 1.42 2006/08/03 03:34:41 deraadt Exp $ */
1/* 2/*
2 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -13,18 +14,25 @@
13 */ 14 */
14 15
15#include "includes.h" 16#include "includes.h"
16RCSID("$OpenBSD: auth-rh-rsa.c,v 1.38 2005/07/17 07:17:54 djm Exp $"); 17
18#include <sys/types.h>
19
20#include <pwd.h>
21#include <stdarg.h>
17 22
18#include "packet.h" 23#include "packet.h"
19#include "uidswap.h" 24#include "uidswap.h"
20#include "log.h" 25#include "log.h"
26#include "buffer.h"
21#include "servconf.h" 27#include "servconf.h"
22#include "key.h" 28#include "key.h"
23#include "hostfile.h" 29#include "hostfile.h"
24#include "pathnames.h" 30#include "pathnames.h"
25#include "auth.h" 31#include "auth.h"
26#include "canohost.h" 32#include "canohost.h"
27 33#ifdef GSSAPI
34#include "ssh-gss.h"
35#endif
28#include "monitor_wrap.h" 36#include "monitor_wrap.h"
29 37
30/* import */ 38/* import */