mirror of
git://git.gnupg.org/gnupg.git
synced 2025-06-15 18:41:03 +02:00
* rndw32.c [CYGWIN32]: Include winioctl.h. By Disastry.
This commit is contained in:
parent
8aacd724f7
commit
a1b7fa95a4
@ -1,3 +1,7 @@
|
|||||||
|
2001-12-19 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* rndw32.c [CYGWIN32]: Include winioctl.h. By Disastry.
|
||||||
|
|
||||||
2001-11-08 Werner Koch <wk@gnupg.org>
|
2001-11-08 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* primegen.c (gen_prime): Set 2 high order bits for secret primes.
|
* primegen.c (gen_prime): Set 2 high order bits for secret primes.
|
||||||
|
@ -67,6 +67,9 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#ifdef __CYGWIN32__
|
||||||
|
# include <winioctl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user