diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-03-04 12:59:36 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-03-04 12:59:36 +0100 |
commit | 91bf45c5977d090adb03b8cabb4293203341f34c (patch) | |
tree | 2a814e655f7513c8850b83c8d9e7a4e9f431a7d0 /auth-sia.h | |
parent | - (dtucker) [auth-pam.c] Reset signal status when starting pam auth thread, (diff) | |
download | openssh-91bf45c5977d090adb03b8cabb4293203341f34c.tar.xz openssh-91bf45c5977d090adb03b8cabb4293203341f34c.zip |
- (dtucker) [auth-passwd.c auth-sia.c auth-sia.h defines.h
openbsd-compat/xcrypt.c] Bug #802: Fix build error on Tru64 when
configured --with-osfsia. ok djm@
Diffstat (limited to 'auth-sia.h')
-rw-r--r-- | auth-sia.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-sia.h b/auth-sia.h index 38164ff81..ca55e913e 100644 --- a/auth-sia.h +++ b/auth-sia.h @@ -26,7 +26,7 @@ #ifdef HAVE_OSF_SIA -int auth_sia_password(Authctxt *, char *); +int sys_auth_passwd(Authctxt *, char *); void session_setup_sia(struct passwd *, char *); #endif /* HAVE_OSF_SIA */ |