Skip to content
This repository was archived by the owner on May 9, 2020. It is now read-only.

Commit a52b46d

Browse files
committed
Use find_library on Mac too. Tested locally on OS X 10.11.3.
1 parent 48b3639 commit a52b46d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

chef/rsa.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
if sys.platform == 'win32' or sys.platform == 'cygwin':
77
_eay = CDLL('libeay32.dll')
8-
elif sys.platform == 'darwin':
9-
_eay = CDLL('libcrypto.dylib')
108
else:
119
_eay = CDLL(find_library('crypto'))
1210

0 commit comments

Comments
 (0)