From 91bf45c5977d090adb03b8cabb4293203341f34c Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 4 Mar 2004 22:59:36 +1100 Subject: - (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@ --- auth-sia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth-sia.c') diff --git a/auth-sia.c b/auth-sia.c index cd2dcb84..63f55d07 100644 --- a/auth-sia.c +++ b/auth-sia.c @@ -47,7 +47,7 @@ extern int saved_argc; extern char **saved_argv; int -auth_sia_password(Authctxt *authctxt, char *pass) +sys_auth_passwd(Authctxt *authctxt, char *pass) { int ret; SIAENTITY *ent = NULL; -- cgit v1.2.1