> Hi,
> I replaced the call to SSL_select to this one and it worked !!! Thanks for
> your help.
>
> int i =0;
> while(1 == i)
> {
> dRetVal = SSL_accept(pSsl);
> if(!(SSL_ERROR_WANT_READ == SSL_get_error(pSsl,dRetVal)))
> i=0;
> }
>
> So, this kind of condition should be put for every non-blocking SSL call ?
That's a completely brain-dead way of making a blocking SSL call. If you
want a blocking SSL call, why don't you use one?
DS
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]