mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-08 17:43:04 +01:00
* rndw32.c (SIZEOF_DISK_PERFORMANCE_STRUCT): Increased to 256.
This commit is contained in:
parent
299e2bf336
commit
1ad05d5728
@ -1,3 +1,7 @@
|
|||||||
|
2002-09-17 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* rndw32.c (SIZEOF_DISK_PERFORMANCE_STRUCT): Increased to 256.
|
||||||
|
|
||||||
2002-09-12 Stefan Bellon <sbellon@sbellon.de>
|
2002-09-12 Stefan Bellon <sbellon@sbellon.de>
|
||||||
|
|
||||||
* rand-internal.h (rndriscos_gather_random): Added prototype.
|
* rand-internal.h (rndriscos_gather_random): Added prototype.
|
||||||
|
@ -104,7 +104,9 @@ static int debug_me;
|
|||||||
#define VER_PLATFORM_WIN32_WINDOWS 1
|
#define VER_PLATFORM_WIN32_WINDOWS 1
|
||||||
#endif
|
#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 {
|
typedef struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user