1
0
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:
Simon Tatham 2000-09-25 16:25:12 +00:00
parent 4f3def030a
commit 1aa92869c0

View File

@ -19,5 +19,9 @@ struct backend_list backends[] = {
void random_save_seed(void) {
}
void random_destroy_seed(void) {
}
void noise_ultralight(DWORD data) {
}