Loose end from timing shakeup: sshrand.c is now a client of
[u/mdw/putty] / be_nossh.c
index ceef3cf..18ba32a 100644 (file)
@@ -3,12 +3,13 @@
  * including ssh.
  */
 
-#include <windows.h>
 #include <stdio.h>
 #include "putty.h"
 
 const int be_default_protocol = PROT_TELNET;
 
+const char *const appname = "PuTTYtel";
+
 struct backend_list backends[] = {
     {PROT_TELNET, "telnet", &telnet_backend},
     {PROT_RLOGIN, "rlogin", &rlogin_backend},
@@ -27,10 +28,6 @@ void random_destroy_seed(void)
 {
 }
 
-void noise_ultralight(DWORD data)
-{
-}
-
-void noise_regular(void)
+void noise_ultralight(unsigned long data)
 {
 }