Skip to content

Commit

Permalink
remove old windows string comment
Browse files Browse the repository at this point in the history
  • Loading branch information
weswhet authored and dwoz committed Jul 14, 2020
1 parent c3b7cb3 commit 74e7d46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion salt/utils/rsax931.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 74e7d46

Please sign in to comment.