]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Fix obvious braino in the Windows GSSAPI library display names.
authorSimon Tatham <anakin@pobox.com>
Mon, 13 Sep 2010 08:45:18 +0000 (08:45 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 13 Sep 2010 08:45:18 +0000 (08:45 +0000)
[originally from svn r8994]

windows/wingss.c

index ac0b3cfa20bbcd6cd4fc2f0c45fa75ccb745437f..90cd24eed45c371537c87515cca19c7c674b90ee 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 },