Re: Problem with OpenSSL header files

2009-10-12 Thread Rui Pacheco
Turns out my problem was that I was linking to the original file. I created a simlink to the .dylib file provided by the manufacturer, removed the reference to the .a file I was including manually and everything seems to work. Still needs a lot of testing, but its getting somewhere. 2009/10/12 jon

Re: Problem with OpenSSL header files

2009-10-12 Thread jonat...@mugginsoft.com
On 12 Oct 2009, at 13:09, Rui Pacheco wrote: 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

Problem with OpenSSL header files

2009-10-12 Thread Rui Pacheco
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