Commit 52bc1f1d authored by Skip Montanaro's avatar Skip Montanaro

If this is correct for py3k branch and it's already in the release25-maint

branch, seems like it ought to be on the trunk as well.
parent a3a7ddaa
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment