mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Add HAS_REQUIRED_CRYPTO var for m2crypto in joyent
This commit is contained in:
parent
85e9b2f067
commit
08d03e0248
@ -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