Fix obvious braino in the Windows GSSAPI library display names.
[u/mdw/putty] / 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 },