summaryrefslogtreecommitdiff
path: root/auth-passwd.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-07-08 20:52:12 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-07-08 20:52:12 +1000
commita0c0b6311210e0cddfb1b038bd7b37f5a298ef3e (patch)
treefeecc2846260789958f31ed415aa9065455879fc /auth-passwd.c
parentf1159b5b29069caba12dfee88a3a9fb5dc83074d (diff)
- (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]
Include AIX headers for authentication functions and make calls match prototypes. Test for and handle 3-args and 4-arg variants of loginfailed.
Diffstat (limited to 'auth-passwd.c')
-rw-r--r--auth-passwd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/auth-passwd.c b/auth-passwd.c
index 9a94c373f..ea65a0125 100644
--- a/auth-passwd.c
+++ b/auth-passwd.c
@@ -42,15 +42,13 @@ RCSID("$OpenBSD: auth-passwd.c,v 1.27 2002/05/24 16:45:16 stevesk Exp $");
42#include "log.h" 42#include "log.h"
43#include "servconf.h" 43#include "servconf.h"
44#include "auth.h" 44#include "auth.h"
45#include "canohost.h"
45 46
46#if !defined(HAVE_OSF_SIA) 47#if !defined(HAVE_OSF_SIA)
47/* Don't need any of these headers for the SIA cases */ 48/* Don't need any of these headers for the SIA cases */
48# ifdef HAVE_CRYPT_H 49# ifdef HAVE_CRYPT_H
49# include <crypt.h> 50# include <crypt.h>
50# endif 51# endif
51# ifdef WITH_AIXAUTHENTICATE
52# include <login.h>
53# endif
54# ifdef __hpux 52# ifdef __hpux
55# include <hpsecurity.h> 53# include <hpsecurity.h>
56# include <prot.h> 54# include <prot.h>