4

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:

  1. Change directories into crypto/ui/ui_openssl.c.
  2. Build OpenSSL for i368 iPhone simulator.
  3. Copy the include, libcrypto.a and libssl.a to the project folder.
  4. Drag libcrypto.a and libssl.a to project tree.
  5. 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." enter image description here Help! Thanks a lot!

ben
  • 1,020
  • 1
  • 15
  • 27

1 Answers1

1

@ben do you something like this in your project enter image description here

Robin
  • 10,011
  • 5
  • 49
  • 75