Re: [Resolved] EVP_CipherInit_ex because cipher->do_cipher is NULL

2008-08-18 Thread Ger Hobbelt
Good to hear it worked out okay. Had not anticipated the symbol collision, so I am really glad you found is was due to that. Take care and good luck, Ger On Mon, Aug 18, 2008 at 6:49 AM, Ambarish Mitra <[EMAIL PROTECTED]> wrote: > (Top-posting since this mail is not a direct reply) > > Hi Ger,

RE: [Resolved] EVP_CipherInit_ex because cipher->do_cipher is NULL

2008-08-17 Thread Ambarish Mitra
(Top-posting since this mail is not a direct reply) Hi Ger, Thanks for leading me in the right direction. The problem is solved. It was my silly mistake. Actually, my main build was also linking with another library that in turn was linking with openssl. This is a 3rd party library, and I did no