|
Boost Users : |
From: gfsdjkgf_at_[hidden]
Date: 2008-05-09 17:19:38
Ok,
I know where the server crashes now.
int SSL_accept(SSL *s)
{
if (s->handshake_func == 0)
/* Not properly initialized yet */
SSL_set_accept_state(s);
return(s->method->ssl_accept(s));
}
the application cannot access ssl_accept. Apparently s->method is "invalid".
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net