[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] On Win32, use CryptGenRandom as our entropy source



Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv25527

Modified Files:
	setup.py 
Log Message:
On Win32, use CryptGenRandom as our entropy source

Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- setup.py	10 Jul 2003 23:27:50 -0000	1.70
+++ setup.py	14 Jul 2003 15:38:50 -0000	1.71
@@ -135,7 +135,7 @@
     INCLUDE_DIRS.append("d:\\openssl\\include")
     LIBRARY_DIRS.append("D:\\openssl\\lib\\vc")
 
-    LIBRARIES = [ "ssleay32", "libeay32" ]
+    LIBRARIES = [ "ssleay32", "libeay32", "advapi32" ]
 
 elif USE_OPENSSL:
     # For now, we assume that openssl-0.9.7 isn't generally deployed, so we