summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/auth-sia.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/auth-sia.h')
-rw-r--r--crypto/openssh/auth-sia.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/auth-sia.h b/crypto/openssh/auth-sia.h
index caa5841..7aecce9 100644
--- a/crypto/openssh/auth-sia.h
+++ b/crypto/openssh/auth-sia.h
@@ -27,6 +27,6 @@
#ifdef HAVE_OSF_SIA
int auth_sia_password(Authctxt *authctxt, char *pass);
-void session_setup_sia(char *user, char *tty);
+void session_setup_sia(struct passwd *pw, char *tty);
#endif /* HAVE_OSF_SIA */
OpenPOWER on IntegriCloud