1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00: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 char *const gsslibnames[2] = {
"GSSAPI32.DLL (MIT Kerberos)",
"SSPI.DLL (Microsoft SSPI)",
"SECUR32.DLL (Microsoft SSPI)",
};
const struct keyval gsslibkeywords[] = {
{ "gssapi32", 0 },