X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Fuxgss.c;h=278fb86620ac9790326290ccd24b884f2aed83cf;hb=d764872e9eda35196551b506aa04c03bc8118074;hp=62d517abf21ffafd3cfae7ca87b1d34c3e6f2a52;hpb=406e62f77b3603f3efd2827930513b8c92e83dae;p=PuTTY.git 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 }, }; /*