Arp22 wrote:
hi i am getting the following error when i run the command:
gcc -o client client.o -lcrypto -lssl
In function 'main': undefined reference to 'init_OpenSSL' undefined
reference to 'handle_error' --- what shud i do? please help!
I hope the fact that these are not Openssl functions should clear things
up for you.
So, basically find the code for those two missing functions and add it
to your build. (Or you could remove references to the two functions;
your action should depend on your code)
-jb
--
I used to think I was indecisive, but now I'm not so sure.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]