undo Cygwin change
authorUlf Möller <ulf@openssl.org>
Thu, 24 Mar 2005 00:14:07 +0000 (00:14 +0000)
committerUlf Möller <ulf@openssl.org>
Thu, 24 Mar 2005 00:14:07 +0000 (00:14 +0000)
CHANGES
crypto/rand/rand_win.c

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]
 
index fac4da1b73ea75b62307003558516acd16301415..cdffa97ec714b9007d84ddca1cecc4e57e68b1a1 100644 (file)
 #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