I\'ve got a project that needs to link against the openssl libraries, although when i compile i have some issues.
#include #include <
I don't think 'io.h' is an OpenSSL file. Are there any spaces in your Header Search Paths in the project's Build Settings? If so quote them like so: "My OpenSSL/includes"
Solved by linking:
libssl and libcrypto to target