]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - console.c
A user at ARM just found his home directory was _world_ writable,
[PuTTY.git] / console.c
index 039716c637ed23ac7e8899c903697a2ee6f5db1a..03bb472629b96563a0553af4c0ec09a66f83d676 100644 (file)
--- a/console.c
+++ b/console.c
@@ -1,10 +1,8 @@
 /*
  * console.c: various interactive-prompt routines shared between
- * the console PuTTY tools
+ * the Windows console PuTTY tools
  */
 
-#include <windows.h>
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
@@ -26,7 +24,6 @@ void cleanup_exit(int code)
      * Clean up.
      */
     sk_cleanup();
-    WSACleanup();
 
     random_save_seed();
 #ifdef MSCRYPTOAPI