$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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".