diff options
Diffstat (limited to 'lib/libcrypto/man/BUF_MEM_new.3')
-rw-r--r-- | lib/libcrypto/man/BUF_MEM_new.3 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/libcrypto/man/BUF_MEM_new.3 b/lib/libcrypto/man/BUF_MEM_new.3 index 70d2fe09a02..c1085199dec 100644 --- a/lib/libcrypto/man/BUF_MEM_new.3 +++ b/lib/libcrypto/man/BUF_MEM_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BUF_MEM_new.3,v 1.11 2017/05/08 04:16:05 jsing Exp $ +.\" $OpenBSD: BUF_MEM_new.3,v 1.12 2018/03/20 21:06:07 schwarze Exp $ .\" OpenSSL doc/crypto/buffer.pod 18edda0f Sep 20 03:28:54 2000 +0000 .\" not merged: 74924dcb, 58e3457a, 21b0fa91, 7644a9ae .\" OpenSSL doc/crypto/BUF_MEM_new.pod 53934822 Jun 9 16:39:19 2016 -0400 @@ -52,7 +52,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 8 2017 $ +.Dd $Mdocdate: March 20 2018 $ .Dt BUF_MEM_NEW 3 .Os .Sh NAME @@ -187,9 +187,11 @@ return zero on error or the new size (i.e.\& .Xr BIO_new 3 .Sh HISTORY .Fn BUF_MEM_new , -.Fn BUF_MEM_free +.Fn BUF_MEM_free , and .Fn BUF_MEM_grow -are available in all versions of SSLeay and OpenSSL. +appeared before SSLeay 0.8. .Fn BUF_strdup -was added in SSLeay 0.8. +first appeared in SSLeay 0.8. +All these functions have been available since +.Ox 2.4 . |