as the title suggests, I\'m struggling to make the inclusion of openssl libs in my xcode iOs project, such as:
#include
#include
I downloaded openssl from OpenSSL.org (see the version marked "LATEST") and used this iOS build procedure. So far all is going well for me, but I'm in early stages of this development. The reason I needed OpenSSL was to do on-device in-app purchase receipt validation (see this Apple page on Validating Receipts Locally).