Jump to content
2 posts in this topic

Recommended Posts

Hello,

I am new to iPhone development. I have an application that uses openssl. It compiles fine on Mac and Linux. But I get plenty of linking errors while build for iPhone. The linking errors are something like this:

"_EVP_dss1", referenced from:

_SSL_library_init in ssl_algs.o

...

 

What I did is: I installed openssl on iPhone using Cydia. Then brought the libssl.a and header files from iPhone to Mac PC using FTP. Added the libssl.a file in framework of the project, and the path of the header files to Header Search Path of the project.

 

Am I missing anything or approaching in the wrong way? Any suggestion will be highly appreaciated.

Link to comment
https://www.insanelymac.com/forum/topic/138974-openssl-for-iphone/
Share on other sites

×
×
  • Create New...