1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-22 06:38:37 -05:00

Fix obvious braino in the Windows GSSAPI library display names.

[originally from svn r8994]
This commit is contained in:
Simon Tatham 2010-09-13 08:45:18 +00:00
parent 9f274bed91
commit 7c1a126563

View File

@ -19,7 +19,7 @@ static int initialised = FALSE;
const int ngsslibs = 2; const int ngsslibs = 2;
const char *const gsslibnames[2] = { const char *const gsslibnames[2] = {
"GSSAPI32.DLL (MIT Kerberos)", "GSSAPI32.DLL (MIT Kerberos)",
"SSPI.DLL (Microsoft SSPI)", "SECUR32.DLL (Microsoft SSPI)",
}; };
const struct keyval gsslibkeywords[] = { const struct keyval gsslibkeywords[] = {
{ "gssapi32", 0 }, { "gssapi32", 0 },