diff options
author | Werner Koch <[email protected]> | 2002-10-21 16:31:17 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-10-21 16:31:17 +0000 |
commit | 265b60b0896c5879af09a9de6e59c1cea312280c (patch) | |
tree | 4f61c28e97718a0c00027559c84b6c9acaaf49ec /cipher/rndw32.c | |
parent | * configure.ac (try_gettext): Remove special case for cygwin. (diff) | |
download | gnupg-265b60b0896c5879af09a9de6e59c1cea312280c.tar.gz gnupg-265b60b0896c5879af09a9de6e59c1cea312280c.zip |
* rndw32.c [__CYGWIN32__]: Don't include winioctl.h - it is not
required anymore.
* random.c (read_seed_file,update_random_seed_file): Use binary
mode for __CYGWIN__.
Diffstat (limited to 'cipher/rndw32.c')
-rw-r--r-- | cipher/rndw32.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cipher/rndw32.c b/cipher/rndw32.c index c5f855ca6..4ed4f772f 100644 --- a/cipher/rndw32.c +++ b/cipher/rndw32.c @@ -70,9 +70,6 @@ #include <string.h> #include <windows.h> -#ifdef __CYGWIN32__ -# include <winioctl.h> -#endif #include "types.h" |