Deleted Added
full compact
SSL_set_connect_state.pod (89837) SSL_set_connect_state.pod (100936)
1=pod
2
3=head1 NAME
4
5SSL_set_connect_state, SSL_get_accept_state - prepare SSL object to work in client or server mode
6
7=head1 SYNOPSIS
8

--- 35 unchanged lines hidden (view full) ---

44SSL_set_connect_state() and SSL_set_accept_state() do not return diagnostic
45information.
46
47=head1 SEE ALSO
48
49L<ssl(3)|ssl(3)>, L<SSL_new(3)|SSL_new(3)>, L<SSL_CTX_new(3)|SSL_CTX_new(3)>,
50L<SSL_connect(3)|SSL_connect(3)>, L<SSL_accept(3)|SSL_accept(3)>,
51L<SSL_write(3)|SSL_write(3)>, L<SSL_read(3)|SSL_read(3)>,
1=pod
2
3=head1 NAME
4
5SSL_set_connect_state, SSL_get_accept_state - prepare SSL object to work in client or server mode
6
7=head1 SYNOPSIS
8

--- 35 unchanged lines hidden (view full) ---

44SSL_set_connect_state() and SSL_set_accept_state() do not return diagnostic
45information.
46
47=head1 SEE ALSO
48
49L<ssl(3)|ssl(3)>, L<SSL_new(3)|SSL_new(3)>, L<SSL_CTX_new(3)|SSL_CTX_new(3)>,
50L<SSL_connect(3)|SSL_connect(3)>, L<SSL_accept(3)|SSL_accept(3)>,
51L<SSL_write(3)|SSL_write(3)>, L<SSL_read(3)|SSL_read(3)>,
52L<SSL_do_handshake(3)|SSL_do_handshake(3)>,
52L<SSL_CTX_set_ssl_version(3)|SSL_CTX_set_ssl_version(3)>
53
54=cut
53L<SSL_CTX_set_ssl_version(3)|SSL_CTX_set_ssl_version(3)>
54
55=cut