xabi esteban wrote:
A lot of thanks but I'm vey confused and my english is not good. I compile with ggc -o and you said that this is not enought, i need linket too? Put you put an example linking the libreres with gcc or example for a makefile? Thanks
at a minimum, try adding -lssl -lcrypto to that gcc command line. this tells it to tell the linker phase to include libssl.so and libcrypto.so
______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org