]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a check for the OpenSSL version number to conditionally compile
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 23 Aug 2005 21:19:40 +0000 (21:19 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 23 Aug 2005 21:19:40 +0000 (21:19 +0000)
commitade97338016947bad1d0def339328963fca09685
treec6dce7c986307b9a8800038e88186923729f341d
parent2e8665ae43e4e9884c2dfcc0281bd291f5e58164
Add a check for the OpenSSL version number to conditionally compile
the _hashlibopenssl module (>= 0.9.7 required) and to not compile the
sha256 and sha512 modules if OpenSSL >= 0.9.8 is found.
setup.py