summaryrefslogtreecommitdiff
path: root/auth-sia.h
diff options
context:
space:
mode:
authordjm <djm>2001-02-13 14:25:23 +0000
committerdjm <djm>2001-02-13 14:25:23 +0000
commited8f264664a7f44c0f4ed340f4e0b93d504a5572 (patch)
tree207289f8b0ec56757f103b2fa4d1ee353aaf50e8 /auth-sia.h
parentebe99c1e79ecadb74e6e377adadcab7276c38c18 (diff)
downloadopenssh-ed8f264664a7f44c0f4ed340f4e0b93d504a5572.tar.gz
- (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
<cmadams@hiwaay.net> with a little modification and KNF.
Diffstat (limited to 'auth-sia.h')
-rw-r--r--auth-sia.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/auth-sia.h b/auth-sia.h
new file mode 100644
index 00000000..eaa93332
--- /dev/null
+++ b/auth-sia.h
@@ -0,0 +1,8 @@
+#include "includes.h"
+
+#ifdef HAVE_OSF_SIA
+
+int auth_sia_password(char *user, char *pass);
+void session_setup_sia(char *user, char *tty);
+
+#endif /* HAVE_OSF_SIA */