]> granicus.if.org Git - python/commit
Do not compile stubs for the sha2 series hashes in the openssl hashlib
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 19 Jan 2010 08:19:03 +0000 (08:19 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 19 Jan 2010 08:19:03 +0000 (08:19 +0000)
commit6b3573009a2b36950c4f1257d0ccd2a94f8cfd0d
treed61d0cebff8a05b6f682a9cb40fce9895b9a80cd
parent8f6f42621a28f02424a8effd45a03a6496fcabad
Do not compile stubs for the sha2 series hashes in the openssl hashlib
module when the openssl version is too old to support them.  That
leads both compiled code bloat and to unittests attempting to test
implementations that don't exist for comparison purposes on such
platforms.
Modules/_hashopenssl.c