summaryrefslogtreecommitdiff
path: root/auth-sia.h
diff options
context:
space:
mode:
authordtucker <dtucker>2004-03-04 11:59:36 +0000
committerdtucker <dtucker>2004-03-04 11:59:36 +0000
commit9f69589c92e354cc7f0619b22e382194d41734fa (patch)
tree4cd76fe533aa913b16f53f30b48ee769772d0728 /auth-sia.h
parent72e35422a169233ac815854398c9f1fb5ba254b0 (diff)
downloadopenssh-9f69589c92e354cc7f0619b22e382194d41734fa.tar.gz
- (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-sia.h b/auth-sia.h
index 38164ff8..ca55e913 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 */