diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-02-10 02:50:19 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-02-10 02:50:19 +0100 |
commit | e3dba82dd44c165716ce2a81157b6c2f269fc0af (patch) | |
tree | 3fc23f29c9e5e13892fb2c103bf75a60ff77b75a /auth.h | |
parent | - (dtucker) [cipher.c] enable AES counter modes with OpenSSL 0.9.5. (diff) | |
download | openssh-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |