Deleted Added
full compact
1=pod
2
3=head1 NAME
4
5SSL_write - write bytes to a TLS/SSL connection.
6
7=head1 SYNOPSIS
8

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

6016kB for SSLv3/TLSv1.
61
62=head1 WARNING
63
64When an SSL_write() operation has to be repeated because of
65B<SSL_ERROR_WANT_READ> or B<SSL_ERROR_WANT_WRITE>, it must be repeated
66with the same arguments.
67
68=head1 RETURN VALUES
69
70The following return values can occur:
71
72=over 4
73
74=item E<gt>0
75

--- 31 unchanged lines hidden ---