Re: rsa_locl.h

2006-09-11 Thread Gisle Vanem
-20060911.tar.gz Isn't that .tar.gz file a snapshot of the CVS? --gv __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List

SSL_library_init and freeing memory allocations

2006-09-11 Thread Erik de Castro Lopo
Hi all, I'm using openssl-0.9.8a from Ubuntu Linux (0.9.8a-7ubuntu0.1) and look for memory leaks in my own code using valgrind: http://valgrind.org/ Unfortunately, it seems that openssl allocates memory inside the call to SSL_library_init() that seems to never get deallocated. Would you