]> andersk Git - openssh.git/blob - auth-sia.h
4ae8d89915a1391ea62d32b3d7bb24fa23f795c7
[openssh.git] / auth-sia.h
1 #include "includes.h"
2
3 #ifdef HAVE_OSF_SIA
4
5 int     auth_sia_password(Authctxt *authctxt, char *pass);
6 void    session_setup_sia(char *user, char *tty);
7
8 #endif /* HAVE_OSF_SIA */
This page took 0.234095 seconds and 3 git commands to generate.