ECCN / FIPS - we can't be arsed.
[u/mdw/putty] / be_nossh.c
index 76355cb..18ba32a 100644 (file)
@@ -3,10 +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},
@@ -25,10 +28,6 @@ void random_destroy_seed(void)
 {
 }
 
-void noise_ultralight(DWORD data)
-{
-}
-
-void noise_regular(void)
+void noise_ultralight(unsigned long data)
 {
 }