summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/auth.h b/auth.h
index 2c7499573..26158b9dd 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.h,v 1.56 2006/08/01 23:22:47 stevesk Exp $ */ 1/* $OpenBSD: auth.h,v 1.57 2006/08/03 03:34:41 deraadt Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -28,14 +28,8 @@
28#ifndef AUTH_H 28#ifndef AUTH_H
29#define AUTH_H 29#define AUTH_H
30 30
31#include <sys/types.h>
32
33#include <signal.h>
34#include <pwd.h>
35#include <signal.h> 31#include <signal.h>
36#include <stdio.h>
37 32
38#include "buffer.h"
39#include <openssl/rsa.h> 33#include <openssl/rsa.h>
40 34
41#ifdef HAVE_LOGIN_CAP 35#ifdef HAVE_LOGIN_CAP
@@ -48,9 +42,6 @@
48#include <krb5.h> 42#include <krb5.h>
49#endif 43#endif
50 44
51#include "key.h"
52#include "hostfile.h"
53
54typedef struct Authctxt Authctxt; 45typedef struct Authctxt Authctxt;
55typedef struct Authmethod Authmethod; 46typedef struct Authmethod Authmethod;
56typedef struct KbdintDevice KbdintDevice; 47typedef struct KbdintDevice KbdintDevice;