X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/f6f450e2b1db4ae729c6df593dbbbff842bd6f3b..f5c578b08c147e3a0c9a67c75ed57a7ddb7e20dd:/be_nossh.c?ds=sidebyside diff --git a/be_nossh.c b/be_nossh.c index 9e3b2461..18ba32a7 100644 --- a/be_nossh.c +++ b/be_nossh.c @@ -3,7 +3,6 @@ * including ssh. */ -#include #include #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) { }