]> granicus.if.org Git - python/commitdiff
If this is correct for py3k branch and it's already in the release25-maint
authorSkip Montanaro <skip@pobox.com>
Thu, 6 Sep 2007 22:29:06 +0000 (22:29 +0000)
committerSkip Montanaro <skip@pobox.com>
Thu, 6 Sep 2007 22:29:06 +0000 (22:29 +0000)
branch, seems like it ought to be on the trunk as well.

setup.py

index 11c6fa3fa0c26588f0f457bd149a13e29a4d6497..3672e6d4ae66d213c8c9d4cfc6e62cdeac7bda93 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -648,9 +648,6 @@ class PyBuildExt(build_ext):
             # OpenSSL doesn't do these until 0.9.8 so we'll bring our own hash
             exts.append( Extension('_sha256', ['sha256module.c']) )
             exts.append( Extension('_sha512', ['sha512module.c']) )
-        else:
-            # these aren't strictly missing since they are unneeded.
-            missing.extend(['_sha256', '_sha512'])
 
         # Modules that provide persistent dictionary-like semantics.  You will
         # probably want to arrange for at least one of them to be available on