mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-14 12:56:53 +00:00
9 lines
165 B
C
9 lines
165 B
C
#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 */
|