I am using a third party code which uses OpenSSL Crypto library. Since OSX 10.7 Apple has deprecated the use of OpenSSL in favor of their own solution.
Since I have no experience in Crypto coding, I cannot port the third party code to use Common Crypto. So to safeguard against the possibility that Apple may later drop OpenSSL, is there a way to statically link it with my app in Xcode?
I added the part ‘in Xcode’ since I am new to Xcode too, so when you tell me something like ‘put flag X’ then please also explain from where in Xcode interface I can put that ‘flag X’. Thanks for reading this.
Finally found a good source.