Merge pull request #53161 from Ch3LL/joyent_m2crypto

Add HAS_REQUIRED_CRYPTO var for m2crypto in joyent
This commit is contained in:
Megan Wilhite 2019-05-22 09:36:06 -04:00 committed by GitHub
commit fb29512325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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