summaryrefslogtreecommitdiffstats
path: root/auth.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-02-10 02:50:19 +0100
committerDarren Tucker <dtucker@zip.com.au>2004-02-10 02:50:19 +0100
commite3dba82dd44c165716ce2a81157b6c2f269fc0af (patch)
tree3fc23f29c9e5e13892fb2c103bf75a60ff77b75a /auth.h
parent- (dtucker) [cipher.c] enable AES counter modes with OpenSSL 0.9.5. (diff)
downloadopenssh-e3dba82dd44c165716ce2a81157b6c2f269fc0af.tar.xz
openssh-e3dba82dd44c165716ce2a81157b6c2f269fc0af.zip
- (dtucker) [auth-passwd.c auth.h openbsd-compat/port-aix.c
openbsd-compat/port-aix.h] Bug #14: Use do_pwchange to support AIX's native password expiry.
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth.h b/auth.h
index c51717f2c..b39e48d9a 100644
--- a/auth.h
+++ b/auth.h
@@ -123,6 +123,7 @@ void krb5_cleanup_proc(Authctxt *authctxt);
#endif /* KRB5 */
#include "auth-pam.h"
+void disable_forwarding(void);
void do_authentication(Authctxt *);
void do_authentication2(Authctxt *);