Merge branch '2019.2.1' into shadow_fed_fix

This commit is contained in:
Megan Wilhite 2019-05-22 09:42:41 -04:00 committed by GitHub
commit a3c4066abd
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