Created
October 17, 2013 09:55
-
-
Save 1951FDG/c5582f87747d8372b3db to your computer and use it in GitHub Desktop.
OpenSSL backwards compatibility
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If a project’s build system references a specific version of OpenSSL, the project may need to be updated. For example, if an Xcode project references “/usr/lib/libcrypto.0.9.7.dylib” or “-lcrypto.0.9.7”, this should be changed to “/usr/lib/libcrypto.dylib” or “-lcrypto” respectively. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo ln -sf /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libcrypto.0.9.7.dylib /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libcrypto.0.9.7.dylib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment