nurnachman
nurnachman

Reputation: 4565

#include <openssl/evp.h> in iPhone app

I want to include openssl/evp.h. Xcode says "No such file or directory".

I managed to compile the whole OpenSSL C library and use it.

However, I want to use the cryptography library that's natively available in iOS.

Thanks,

Upvotes: 0

Views: 1493

Answers (1)

suicide12
suicide12

Reputation: 11

tools compiler settings > global & variable > add include folder

Upvotes: 1

Related Questions