mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-13 02:23:50 -05:00
11 lines
133 B
C
11 lines
133 B
C
![]() |
#include "putty.h"
|
||
|
#ifndef NO_GSSAPI
|
||
|
|
||
|
/* For platforms not supporting GSSAPI */
|
||
|
|
||
|
void ssh_gss_init(void)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
#endif /* NO_GSSAPI */
|