Reduce code for SSL_connect and SSL_accept
There is no need to call SSL_set_accept_state + SSL_do_handshake when we know that SSL_accept should be done.
Showing
Please register or sign in to comment
There is no need to call SSL_set_accept_state + SSL_do_handshake when we know that SSL_accept should be done.