fix support for receiving fragmented handshake messages
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user