Hi all
I have also been receiving numerous copies of each message posted for the 24 hours...
I just wanted to add my BoundsChecker printout to the pool, I am also trying to eliminate memory leaks from my app. If I find something out I will let you know.
BTW Arora : i am calling the same functions as you are and in similar order...
> clean up functions i am calling are:
> SSL_shutdown (...);
> closesocket(...);
> SSL_free (...);
> SSL_CTX_free (..);
> WSACleanup( );
> EVP_cleanup();
> ERR_remove_state(0);
> ERR_free_strings();
> OBJ_NAME_cleanup(-1);
>
> & my sequence of openssl function is
> SSLeay_add_ssl_algorithms();
> RAND_screen();
> WSAStartup(versionRequested,&wsaData))
> SSLv2_client_method();
> SSL_CTX_new(...)
> socket(.........))
> ......
> connect(m_socketDescriptor,(struct
> sockaddr*)&m_sockAddr,sizeof(sockaddr)))
> m_pSSL = SSL_new(m_pSSLContext))
> SSL_connect(m_pSSL))
> ........
regards,
Ragnar Agustsson
Iceland
[EMAIL PROTECTED]