summaryrefslogtreecommitdiffstats
path: root/doc/man3/BIO_read.pod
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2017-05-12 10:26:13 +0200
committerRichard Levitte <levitte@openssl.org>2017-05-15 15:13:36 +0200
commit007d2725303936588df656042fd61aa8ec6f7254 (patch)
tree57b6d03ac5d48ad0a5b2b8a1a9c1f581ebbf41d2 /doc/man3/BIO_read.pod
parentbd4639bed67ddd28785899dc4ceef6b5b7fb44fd (diff)
Document the history of BIO_gets() on BIO_fd().
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3442)
Diffstat (limited to 'doc/man3/BIO_read.pod')
-rw-r--r--doc/man3/BIO_read.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man3/BIO_read.pod b/doc/man3/BIO_read.pod
index fc50069830..270ab533e5 100644
--- a/doc/man3/BIO_read.pod
+++ b/doc/man3/BIO_read.pod
@@ -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.