as the title suggests, I'm struggling to make the inclusion of openssl libs in my xcode iOs project, such as:
#include <openssl/md5.h>
#include <openssl/sha.h>
#include <openssl/ripemd.h>
if anyone knows a good way to do it, that would be more than appreciated. I tried to add the
/usr/include/openssl
to my inclusion paths in the project configuration, but it didn't turned out to be a good solution.
So, I was asking myself if anybody knew how to deal with it
thx a ton!
-k-
I ended up using ios-openssl, which worked very well for me.