You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyopenssl version 0.14 and cryptography version 1.4 lead to the following run-time error:
I/python (13519): File "/home/enoch/.local/share/python-for-android/dists/gsld/private/lib/python2.7/site-packages/OpenSSL/crypto.py", line 1882, in b64_encode
I/python (13519): AttributeError: 'module' object has no attribute 'CRYPTO_free'
Current solution: Use cryptography version 1.3 as it defines 'CRYPTO_free'
The text was updated successfully, but these errors were encountered:
pyopenssl version 0.14 and cryptography version 1.4 lead to the following run-time error:
I/python (13519): File "/home/enoch/.local/share/python-for-android/dists/gsld/private/lib/python2.7/site-packages/OpenSSL/crypto.py", line 1882, in b64_encode
I/python (13519): AttributeError: 'module' object has no attribute 'CRYPTO_free'
Current solution: Use cryptography version 1.3 as it defines 'CRYPTO_free'
The text was updated successfully, but these errors were encountered: