]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Oops - puttytel now needs a stub random_destroy_seed() to compile
authorSimon Tatham <anakin@pobox.com>
Mon, 25 Sep 2000 16:25:12 +0000 (16:25 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 25 Sep 2000 16:25:12 +0000 (16:25 +0000)
[originally from svn r628]

be_nossh.c

index 2f8fa45108f30ebdcd5af05b0befc3a4bf0da603..fdd9828827dd49a8f35aeb01336a640a0218c7c8 100644 (file)
@@ -19,5 +19,9 @@ struct backend_list backends[] = {
 void random_save_seed(void) {
 }
 
+void random_destroy_seed(void) {
+}
+
 void noise_ultralight(DWORD data) {
 }
+