On Fri, Sep 18, 2009 at 8:07 AM, narendra babu <[email protected]> wrote: > > Hello, > > I developed an application using OPENSSL 0.9.8. on my machine, but I > have to recompile it on Sun Solaris having OPENSSL 0.9.6. When I tried > to do it I found this version does'nt have > OPENSSL_add_all_algorithms, can somebody tell me what is (are) > the instruction equivalent on 0.9.6 in order to have loaded the > algorithms?
This is a basic error. I know that most people ask only basic questions in LUG. > Please let me know any work aroundfor this > Crypto coding is not for beginners. But all of us have to begin somewhere. ;) Anyway you have to use the latest greatest version of OpenSSL. This call OpenSSL_add_all_algorithms() was known by some other name before. Hence you are getting this error. I have suggested a solution. In case you are adamant that you want to know the name of the old function then I wish that you find it out yourself. Let there be some suspense. -Girish -- Gayatri Hitech web: http://gayatri-hitech.com SpamCheetah Spam filter: http://spam-cheetah.com _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
