X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/ac3337f659b9648b4ffb88b3da3b68ad8fda3717..4ceef22460eca9798463c80ff09c74942d0f25b6:/unix/uxgss.c diff --git a/unix/uxgss.c b/unix/uxgss.c index 62d517ab..278fb866 100644 --- a/unix/uxgss.c +++ b/unix/uxgss.c @@ -15,11 +15,11 @@ const char *const gsslibnames[4] = { "libgss (Sun)", "User-specified GSSAPI library", }; -const struct keyval gsslibkeywords[] = { - { "libgssapi", 0 }, - { "libgssapi_krb5", 1 }, - { "libgss", 2 }, - { "custom", 3 }, +const struct keyvalwhere gsslibkeywords[] = { + { "libgssapi", 0, -1, -1 }, + { "libgssapi_krb5", 1, -1, -1 }, + { "libgss", 2, -1, -1 }, + { "custom", 3, -1, -1 }, }; /* @@ -116,8 +116,8 @@ const int ngsslibs = 1; const char *const gsslibnames[1] = { "static", }; -const struct keyval gsslibkeywords[] = { - { "static", 0 }, +const struct keyvalwhere gsslibkeywords[] = { + { "static", 0, -1, -1 }, }; /*