diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-03-04 22:59:36 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-03-04 22:59:36 +1100 |
commit | 91bf45c5977d090adb03b8cabb4293203341f34c (patch) | |
tree | 2a814e655f7513c8850b83c8d9e7a4e9f431a7d0 /auth-sia.c | |
parent | b9b6021667953fcb578215c97e523d6cea281ea9 (diff) |
- (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.c')
-rw-r--r-- | auth-sia.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-sia.c b/auth-sia.c index cd2dcb840..63f55d07f 100644 --- a/auth-sia.c +++ b/auth-sia.c | |||
@@ -47,7 +47,7 @@ extern int saved_argc; | |||
47 | extern char **saved_argv; | 47 | extern char **saved_argv; |
48 | 48 | ||
49 | int | 49 | int |
50 | auth_sia_password(Authctxt *authctxt, char *pass) | 50 | sys_auth_passwd(Authctxt *authctxt, char *pass) |
51 | { | 51 | { |
52 | int ret; | 52 | int ret; |
53 | SIAENTITY *ent = NULL; | 53 | SIAENTITY *ent = NULL; |