Oops - puttytel now needs a stub random_destroy_seed() to compile
[u/mdw/putty] / be_nossh.c
index 2f8fa45..fdd9828 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) {
 }
+