Patch from Alejandro Sedeno, somewhat modified by me, which
[u/mdw/putty] / sshnogss.c
CommitLineData
b3d375b2 1#include "putty.h"
2#ifndef NO_GSSAPI
3
4/* For platforms not supporting GSSAPI */
5
6void ssh_gss_init(void)
7{
8}
9
10#endif /* NO_GSSAPI */