mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Merge pull request #53161 from Ch3LL/joyent_m2crypto
Add HAS_REQUIRED_CRYPTO var for m2crypto in joyent
This commit is contained in:
commit
fb29512325
@ -61,6 +61,7 @@ import datetime
|
||||
|
||||
try:
|
||||
from M2Crypto import EVP
|
||||
HAS_REQUIRED_CRYPTO = True
|
||||
HAS_M2 = True
|
||||
except ImportError:
|
||||
HAS_M2 = False
|
||||
|
Loading…
Reference in New Issue
Block a user