1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-10 13:04:23 +01:00

* rndw32.c (SIZEOF_DISK_PERFORMANCE_STRUCT): Increased to 256.

This commit is contained in:
Werner Koch 2002-09-17 08:50:42 +00:00
parent 1f19f73326
commit 32a3f9ec4b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-09-17 Werner Koch <wk@gnupg.org>
* rndw32.c (SIZEOF_DISK_PERFORMANCE_STRUCT): Increased to 256.
2002-08-30 Werner Koch <wk@gnupg.org>
* random.c: Automagically detect the entropy gatherer when

View File

@ -104,7 +104,9 @@ static int debug_me;
#define VER_PLATFORM_WIN32_WINDOWS 1
#endif
#define SIZEOF_DISK_PERFORMANCE_STRUCT (6*8+5*4+8*2)
/* This used to be (6*8+5*4+8*2), but Peter Gutmann figured a larger
value in a newer release. So we use a far larger value. */
#define SIZEOF_DISK_PERFORMANCE_STRUCT 256
typedef struct {