Deleted Added
full compact
36a37,41
> When using a generic method (see L<SSL_CTX_new(3)|SSL_CTX_new(3)>), it
> is necessary to call L<SSL_set_connect_state(3)|SSL_set_connect_state(3)>
> before calling SSL_connect() to explicitly switch the B<ssl> to client
> mode.
>
67c72,74
< L<SSL_shutdown(3)|SSL_shutdown(3)>, L<ssl(3)|ssl(3)>, L<bio(3)|bio(3)>
---
> L<SSL_shutdown(3)|SSL_shutdown(3)>, L<ssl(3)|ssl(3)>, L<bio(3)|bio(3)>,
> L<SSL_set_connect_state(3)|SSL_set_connect_state(3)>,
> L<SSL_CTX_new(3)|SSL_CTX_new(3)>