Hi, I'm using a library on my project that requires OpenSSL. I've linked to libssl.dilyb and libcrypto.dilyb but when I try to compile my project, it comes up with the error " "_SSL_CTX_set_client_cert_cb", referenced from: ".
Some Googling shows that this means there's a discrepancy between the OpenSSL headers and the OpenSSL libraries. When I added the libraries to my project I noticed that there were several OpenSSL libraries - one with no version, one on version 0.9 (which GCC can't find), one on 0.9.7 and one on 0.9.8. No matter which one I link to, I still get this error. Where can I find these headers and how can I add them to my project? -- Best regards, Rui Pacheco _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com