Add HAS_REQUIRED_CRYPTO var for m2crypto in joyent

This commit is contained in:
Ch3LL 2019-05-21 16:00:23 -04:00
parent 85e9b2f067
commit 08d03e0248
No known key found for this signature in database
GPG Key ID: 132B55A7C13EFA73

View File

@ -61,6 +61,7 @@ import datetime
try:
from M2Crypto import EVP
HAS_REQUIRED_CRYPTO = True
HAS_M2 = True
except ImportError:
HAS_M2 = False