Hello,
I need the openssl lib for some C code in my iPhone App. So I've put the lib into my project.
But when I compile it, Xcode throws me some errors:
error: openssl/ssl.h: No such file or directory
That's my code for including:
#include <openssl/ssl.h>
Target settings in Xcode:
Which step am I missing to link it correctly?