diff options
author | Damien Miller <djm@mindrot.org> | 2001-02-14 01:25:23 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-02-14 01:25:23 +1100 |
commit | 92ddb7d6f0d6a1942e27f75883d29dc0ea99223f (patch) | |
tree | 505a90486e59c722c4226a7c597b449f4b651529 /auth-sia.h | |
parent | 116b6bdda81d6647cc2742280c15b3f42ab3dd24 (diff) | |
download | openssh-git-92ddb7d6f0d6a1942e27f75883d29dc0ea99223f.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.h | 8 |
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 */ |