Add some extra validation to zlib decompression (primarily to shut up a GCC 4.6
[u/mdw/putty] / nogss.c
CommitLineData
b3d375b2 1/*
2 * Stub definitions of the GSSAPI library list, for Unix pterm and
3 * any other application that needs the symbols defined but has no
4 * use for them.
5 */
6
7const int ngsslibs = 0;
8const char *const gsslibnames[1] = { "dummy" };
9const char *const gsslibkeywords[1] = { "dummy" };
10