mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02: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 */
|