Deleted Added
full compact
SSL_new.pod (72613) SSL_new.pod (89837)
1=pod
2
3=head1 NAME
4
5SSL_new - create a new SSL structure for a connection
6
7=head1 SYNOPSIS
8

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

33The return value points to an allocated SSL structure.
34
35=back
36
37=head1 SEE ALSO
38
39L<SSL_free(3)|SSL_free(3)>, L<SSL_clear(3)|SSL_clear(3)>,
40L<SSL_CTX_set_options(3)|SSL_CTX_set_options(3)>,
1=pod
2
3=head1 NAME
4
5SSL_new - create a new SSL structure for a connection
6
7=head1 SYNOPSIS
8

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

33The return value points to an allocated SSL structure.
34
35=back
36
37=head1 SEE ALSO
38
39L<SSL_free(3)|SSL_free(3)>, L<SSL_clear(3)|SSL_clear(3)>,
40L<SSL_CTX_set_options(3)|SSL_CTX_set_options(3)>,
41L<SSL_get_SSL_CTX(3)|SSL_get_SSL_CTX(3)>,
41L<ssl(3)|ssl(3)>
42
43=cut
42L<ssl(3)|ssl(3)>
43
44=cut