xabi esteban wrote:
I don't understand you. I put the libreries in the includes #include <openssl/ssl.h> #include <....>
but i'din't put nothing more.
How i could link with this libreries? I didn't found any example.

you're confusing include files with libraries. you need to tell the linker the appropriate paths to find .so or .a library files.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to