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