X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=windows%2Fwinpgen.c;h=e80dbfec7fda862066763eb32120c6e198b1e55e;hb=bf94aecd95271ed16a79d378e58b701f64554100;hp=3f2be92e6f970dbec86909691a1b9a1592573d9e;hpb=cb45b9cc253d6f661b2d90003b699c1558ca2bf4;p=PuTTY.git diff --git a/windows/winpgen.c b/windows/winpgen.c index 3f2be92e..e80dbfec 100644 --- a/windows/winpgen.c +++ b/windows/winpgen.c @@ -1445,7 +1445,7 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show) help_path = NULL; } - random_init(); + random_ref(); return DialogBox(hinst, MAKEINTRESOURCE(201), NULL, MainDlgProc) != IDOK; }