projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd4639b
)
Document the history of BIO_gets() on BIO_fd().
author
Tomas Mraz
<tmraz@fedoraproject.org>
Fri, 12 May 2017 08:26:13 +0000
(10:26 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 15 May 2017 13:13:36 +0000
(15:13 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3442)
doc/man3/BIO_read.pod
patch
|
blob
|
history
diff --git
a/doc/man3/BIO_read.pod
b/doc/man3/BIO_read.pod
index fc50069830bbbab5646f349ac27915e93107d18f..270ab533e543e6d12844ea0190f50ceaab926c47 100644
(file)
--- 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.