Deleted Added
full compact
SSL_read.pod (68651) SSL_read.pod (72613)
1=pod
2
3=head1 NAME
4
5SSL_read - read bytes from a TLS/SSL connection.
6
7=head1 SYNOPSIS
8

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

56bytes actually read from the TLS/SSL connection.
57
58=item 0
59
60The read operation was not successful, probably because no data was
61available. Call SSL_get_error() with the return value B<ret> to find out,
62whether an error occurred.
63
1=pod
2
3=head1 NAME
4
5SSL_read - read bytes from a TLS/SSL connection.
6
7=head1 SYNOPSIS
8

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

56bytes actually read from the TLS/SSL connection.
57
58=item 0
59
60The read operation was not successful, probably because no data was
61available. Call SSL_get_error() with the return value B<ret> to find out,
62whether an error occurred.
63
64=item -1
64=item E<lt>0
65
66The read operation was not successful, because either an error occurred
67or action must be taken by the calling process. Call SSL_get_error() with the
68return value B<ret> to find out the reason.
69
70=back
71
72=head1 SEE ALSO
73
74L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_write(3)|SSL_write(3)>,
75L<ssl(3)|ssl(3)>, L<bio(3)|bio(3)>
76
77=cut
65
66The read operation was not successful, because either an error occurred
67or action must be taken by the calling process. Call SSL_get_error() with the
68return value B<ret> to find out the reason.
69
70=back
71
72=head1 SEE ALSO
73
74L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_write(3)|SSL_write(3)>,
75L<ssl(3)|ssl(3)>, L<bio(3)|bio(3)>
76
77=cut