OpenSSL backwards compatibility
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
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.