mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge branch '2019.2.1' into shadow_fed_fix
This commit is contained in:
commit
a3c4066abd
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ import datetime
|
|||
|
||||
try:
|
||||
from M2Crypto import EVP
|
||||
HAS_REQUIRED_CRYPTO = True
|
||||
HAS_M2 = True
|
||||
except ImportError:
|
||||
HAS_M2 = False
|
||||
|
|
Loading…
Add table
Reference in a new issue