Commit f3f3cc0c authored by Ulf Möller's avatar Ulf Möller
Browse files

oops. don't use "entropy" directly.

parent c97b11f4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
/* crypto/rand/md_rand.c */
* crypto/rand/md_rand.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
 * All rights reserved.
 *
@@ -593,7 +593,7 @@ int RAND_event(UINT iMsg, WPARAM wParam, LPARAM lParam)
                        dx=lastx-x;
                        dy=lasty-y;
                        if (dx != 0 && dy != 0 && dx-lastdx != 0 && dy-lastdy != 0)
                                entropy += .2;
                                add_entropy=.2;
                        lastx=x, lasty=y;
                        lastdx=dx, lastdy=dy;
                        }