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:
- Change directories into
crypto/ui/ui_openssl.c. - Build OpenSSL for i368 iPhone simulator.
- Copy the
include,libcrypto.aandlibssl.ato the project folder. - Drag
libcrypto.aandlibssl.ato project tree. - Change the build info.
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!
@ben do you something like this in your project
