Loose end from timing shakeup: sshrand.c is now a client of
[u/mdw/putty] / be_nossh.c
index 9e3b246..18ba32a 100644 (file)
@@ -3,7 +3,6 @@
  * including ssh.
  */
 
-#include <windows.h>
 #include <stdio.h>
 #include "putty.h"
 
@@ -29,10 +28,6 @@ void random_destroy_seed(void)
 {
 }
 
-void noise_ultralight(DWORD data)
-{
-}
-
-void noise_regular(void)
+void noise_ultralight(unsigned long data)
 {
 }