Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nogss.c - github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 844a1323f5fdb1531fadf07cabe087885f9c7e50 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Stub definitions of the GSSAPI library list, for Unix pterm and
 * any other application that needs the symbols defined but has no
 * use for them.
 */

#include "putty.h"

const int ngsslibs = 0;
const char *const gsslibnames[1] = { "dummy" };
const struct keyvalwhere gsslibkeywords[1] = { { "dummy", 0, -1, -1 } };