From: Tomas Mraz Date: Fri, 12 May 2017 08:26:13 +0000 (+0200) Subject: Document the history of BIO_gets() on BIO_fd(). X-Git-Tag: OpenSSL_1_1_1-pre1~1503 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=007d2725303936588df656042fd61aa8ec6f7254;hp=bd4639bed67ddd28785899dc4ceef6b5b7fb44fd Document the history of BIO_gets() on BIO_fd(). Reviewed-by: Rich Salz Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/3442) --- 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 +=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.