mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00: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 */
|