Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment: The setup.py script does not look correct when openssl is not installed: the _sha256 and _sha512 modules are compiled under this condition:: if COMPILED_WITH_PYDEBUG or openssl_ver < min_sha2_openssl_ver:
By comparison, the _md5 module adds the condition: "or not have_usable_openssl" ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12876> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com