commit | 993c4e4afc4274019bdb835b64191afeed6c13b7 | [log] [tgz] |
---|---|---|
author | Ondřej Nový <novy@ondrej.org> | Thu Mar 01 14:09:37 2018 +0100 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Thu Mar 01 08:09:37 2018 -0500 |
tree | 5e7dfd9c0c236442c75bddc2ea85dbceb7a52861 | |
parent | d072cae3a4e0d41602ffd0730a838fa12657ed4a [diff] |
Don't add not supported SSL_ST_* into _all_, fixies #738 (#739) Without this patch this fails: >>> from OpenSSL.SSL import * Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.7/dist-packages/cryptography/utils.py", line 124, in __getattr__ obj = getattr(self._module, attr) AttributeError: 'module' object has no attribute 'SSL_ST_INIT'