mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Just search for libcrypto
This commit is contained in:
parent
df1b5c488a
commit
fe521a1ff2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ def _find_libcrypto():
|
|||
Find the path (or return the short name) of libcrypto.
|
||||
"""
|
||||
if sys.platform.startswith("win"):
|
||||
lib = "libcrypto-1_1"
|
||||
lib = "libcrypto"
|
||||
elif salt.utils.platform.is_darwin():
|
||||
# will look for several different location on the system,
|
||||
# Search in the following order. salts pkg, homebrew, macports, finnally
|
||||
|
|
Loading…
Add table
Reference in a new issue