Re: dynamic locks don't get cleaned up

2010-08-20 Thread Jeff Saremi
It's saddening for the problem to exist in the first place but it's more when no body gives it the time of the day. But that's life. I went and fixed the problem on my own: in crypto.h i declared: void CRYPTO_cleanup(); and in cryptlib.c i wrote: void CRYPTO_cleanup() { if

Re: dynamic locks don't get cleaned up

2010-08-18 Thread Jeff Saremi
any takers from the openssl team? true, false? known issue, user error? anything? On 10-08-17 04:23 PM, Jeff Saremi wrote: > I apologize if this shows up more than once. I've been having problems > sending emails out, all day. > > First I encountered this with valgrind but then I decided to have