Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / nogss.c
diff --git a/nogss.c b/nogss.c
index 57a1b37..844a132 100644 (file)
--- a/nogss.c
+++ b/nogss.c
@@ -4,7 +4,8 @@
  * use for them.
  */
 
+#include "putty.h"
+
 const int ngsslibs = 0;
 const char *const gsslibnames[1] = { "dummy" };
-const char *const gsslibkeywords[1] = { "dummy" };
-
+const struct keyvalwhere gsslibkeywords[1] = { { "dummy", 0, -1, -1 } };