fix support for receiving fragmented handshake messages

This commit is contained in:
Bodo Möller
2006-11-29 14:45:50 +00:00
parent 73b979e601
commit 1e24b3a09e
6 changed files with 29 additions and 18 deletions

View File

@@ -576,7 +576,6 @@ int ssl23_get_client_hello(SSL *s)
s->init_num=0;
if (buf != buf_space) OPENSSL_free(buf);
s->first_packet=1;
return(SSL_accept(s));
err:
if (buf != buf_space) OPENSSL_free(buf);