Reputation: 1020
I have some problems using OpenSSL. I'm following the tutorial for compiling OpenSSL for iOS, but it is still not working. Here is my problem:
crypto/ui/ui_openssl.c
.include
, libcrypto.a
and libssl.a
to the project folder.libcrypto.a
and libssl.a
to project tree.It worked with openssl-1.0.0c
. Then as I was coding #include <openssl/md5.h>
and building, I got the error "no such file or directory."
Help! Thanks a lot!
Upvotes: 4
Views: 3754