Commit 007d2725 authored by Tomas Mraz's avatar Tomas Mraz Committed by Richard Levitte
Browse files

Document the history of BIO_gets() on BIO_fd().

parent bd4639be
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -80,6 +80,11 @@ to the chain.

L<BIO_should_retry(3)>

=head1 HISTORY

BIO_gets() on 1.1.0 and older when called on BIO_fd() based BIO does not
keep the '\n' at the end of the line in the buffer.

=head1 COPYRIGHT

Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.