Oops - puttytel now needs a stub random_destroy_seed() to compile
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 25 Sep 2000 16:25:12 +0000 (16:25 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 25 Sep 2000 16:25:12 +0000 (16:25 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@628 cda61777-01e9-0310-a592-d414129be87e

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) {
 }
+