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.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/auth-rh-rsa.c b/auth-rh-rsa.c
index 8fa21e12c..eca750275 100644
--- a/auth-rh-rsa.c
+++ b/auth-rh-rsa.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth-rh-rsa.c,v 1.41 2006/07/06 16:03:53 stevesk Exp $ */ 1/* $OpenBSD: auth-rh-rsa.c,v 1.42 2006/08/03 03:34:41 deraadt Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -18,17 +18,21 @@
18#include <sys/types.h> 18#include <sys/types.h>
19 19
20#include <pwd.h> 20#include <pwd.h>
21#include <stdarg.h>
21 22
22#include "packet.h" 23#include "packet.h"
23#include "uidswap.h" 24#include "uidswap.h"
24#include "log.h" 25#include "log.h"
26#include "buffer.h"
25#include "servconf.h" 27#include "servconf.h"
26#include "key.h" 28#include "key.h"
27#include "hostfile.h" 29#include "hostfile.h"
28#include "pathnames.h" 30#include "pathnames.h"
29#include "auth.h" 31#include "auth.h"
30#include "canohost.h" 32#include "canohost.h"
31 33#ifdef GSSAPI
34#include "ssh-gss.h"
35#endif
32#include "monitor_wrap.h" 36#include "monitor_wrap.h"
33 37
34/* import */ 38/* import */