mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
remove old windows string comment
This commit is contained in:
parent
c3b7cb3240
commit
74e7d46451
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ def _find_libcrypto():
|
|||
Find the path (or return the short name) of libcrypto.
|
||||
"""
|
||||
if sys.platform.startswith("win"):
|
||||
# cdll.LoadLibrary on windows requires a 'str' argument
|
||||
lib = "libeay32"
|
||||
elif salt.utils.platform.is_darwin():
|
||||
# will look for several different location on the system,
|
||||
|
|
Loading…
Add table
Reference in a new issue