projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55d26b9
)
undo Cygwin change
author
Ulf Möller
<ulf@openssl.org>
Thu, 24 Mar 2005 00:14:07 +0000
(
00:14
+0000)
committer
Ulf Möller
<ulf@openssl.org>
Thu, 24 Mar 2005 00:14:07 +0000
(
00:14
+0000)
CHANGES
patch
|
blob
|
history
crypto/rand/rand_win.c
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index 18b3a1a32a5459f8c8c2a552e7ee704a00d84ed9..ef7990b3288e660b8e35755336a942d2422080f3 100644
(file)
--- a/
CHANGES
+++ b/
CHANGES
@@
-4,8
+4,7
@@
Changes between 0.9.6m and 0.9.6n [XX XXX XXXX]
- *) Use Windows randomness collection on Cygwin.
- [Ulf Möller]
+ *)
Changes between 0.9.6l and 0.9.6m [17 Mar 2004]
diff --git
a/crypto/rand/rand_win.c
b/crypto/rand/rand_win.c
index fac4da1b73ea75b62307003558516acd16301415..cdffa97ec714b9007d84ddca1cecc4e57e68b1a1 100644
(file)
--- a/
crypto/rand/rand_win.c
+++ b/
crypto/rand/rand_win.c
@@
-113,7
+113,7
@@
#include <openssl/rand.h>
#include "rand_lcl.h"
-#if defined(WINDOWS) || defined(WIN32)
|| defined(__CYGWIN32__)
+#if defined(WINDOWS) || defined(WIN32)
#include <windows.h>
#ifndef _WIN32_WINNT
# define _WIN32_WINNT 0x0400