Issue #14693: Under non-Windows platforms, hashlib's fallback modules are always compiled, even if OpenSSL is present at build time.

This commit is contained in:
Antoine Pitrou 2012-05-16 16:41:26 +02:00
parent 26fd8feb5e
commit 019ff19c39
3 changed files with 17 additions and 15 deletions

View file

@ -125,6 +125,9 @@ Tools/Demos
Build
-----
- Issue #14693: Under non-Windows platforms, hashlib's fallback modules are
always compiled, even if OpenSSL is present at build time.
- Issue #13210: Windows build now uses VS2010, ported from VS2008.