Fix obvious braino in the Windows GSSAPI library display names.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 13 Sep 2010 08:45:18 +0000 (08:45 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 13 Sep 2010 08:45:18 +0000 (08:45 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@8994 cda61777-01e9-0310-a592-d414129be87e

windows/wingss.c

index ac0b3cf..90cd24e 100644 (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 },