CVS: crypto setup.py,1.23,1.24

"A.M. Kuchling" <[email protected]> Thu, 03 Apr 2003 10:17:43 -0800
Newsgroups gmane.comp.python.cryptography.cvs
Message-ID <[email protected]>
Update of /cvsroot/pycrypto/crypto
In directory sc8-pr-cvs1:/tmp/cvs-serv5367

Modified Files:
	setup.py 
Log Message:
Merge _rsa.c and _dsa.c into a single module

Index: setup.py
===================================================================
RCS file: /cvsroot/pycrypto/crypto/setup.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- setup.py	7 Mar 2003 20:32:47 -0000	1.23
+++ setup.py	3 Apr 2003 18:17:40 -0000	1.24
@@ -117,14 +117,10 @@
         inc_dirs = self.compiler.include_dirs + ['/usr/include']
         exts = []
         if (self.compiler.find_library_file(lib_dirs, 'gmp')):
-            exts.append(Extension("Crypto.PublicKey._rsa",
+            exts.append(Extension("Crypto.PublicKey._fastmath",
                                   include_dirs=['src/'],
                                   libraries=['gmp'],
-                                  sources=["src/_rsa.c"]))
-            exts.append(Extension("Crypto.PublicKey._dsa",
-                                  include_dirs=['src/'],
-                                  libraries=['gmp'],
-                                  sources=["src/_dsa.c"]))
+                                  sources=["src/_fastmath.c"]))
         self.extensions += exts
 
 kw = {'name':"pycrypto",



-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/