From 007d2725303936588df656042fd61aa8ec6f7254 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Fri, 12 May 2017 10:26:13 +0200 Subject: [PATCH] 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) --- doc/man3/BIO_read.pod | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.25.1