Make Pageant use the same SID-selection logic as the Pageant client
[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
7628982b 7#include "putty.h"
8
b3d375b2 9const int ngsslibs = 0;
10const char *const gsslibnames[1] = { "dummy" };
7628982b 11const struct keyval gsslibkeywords[1] = { { "dummy", 0 } };