Skip to content

Commit

Permalink
Revert "openssl.libcrypto: use non-versioned dylib on mac."
Browse files Browse the repository at this point in the history
This reverts commit 1a57283.
  • Loading branch information
mrjbq7 committed Jan 14, 2021
1 parent 1a57283 commit 06d2b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basis/openssl/libcrypto/libcrypto.factor
Expand Up @@ -7,7 +7,7 @@ IN: openssl.libcrypto

<< "libcrypto" {
{ [ os windows? ] [ "libcrypto-37.dll" ] }
{ [ os macosx? ] [ "libcrypto.dylib" ] }
{ [ os macosx? ] [ "libcrypto.44.dylib" ] }
{ [ os unix? ] [ "libcrypto.so" ] }
} cond cdecl add-library >>

Expand Down

0 comments on commit 06d2b4c

Please sign in to comment.