mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-24 02:02:10 +08:00
92ddb7d6f0
<cmadams@hiwaay.net> with a little modification and KNF.
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 */
|