Deleted Added
sdiff udiff text old ( 89837 ) new ( 100936 )
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
68When calling SSL_write() with num=0 bytes to be sent the behaviour is
69undefined.
70
71=head1 RETURN VALUES
72
73The following return values can occur:
74
75=over 4
76
77=item E<gt>0
78

--- 31 unchanged lines hidden ---