mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 11:32:48 -05:00
Oops - puttytel now needs a stub random_destroy_seed() to compile
[originally from svn r628]
This commit is contained in:
@ -19,5 +19,9 @@ struct backend_list backends[] = {
|
||||
void random_save_seed(void) {
|
||||
}
|
||||
|
||||
void random_destroy_seed(void) {
|
||||
}
|
||||
|
||||
void noise_ultralight(DWORD data) {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user