Cancelling a remote port forwarding that had been refused by the server caused
[u/mdw/putty] / sshnogss.c
... / ...
CommitLineData
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 */