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:
parent
9f274bed91
commit
7c1a126563
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user