X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fman3%2FBUF_MEM_new.pod;h=61922502a3f1f7c148946deeaa16b45b5e5b2fc2;hb=24907560dbe9df480863a664adcd2c4b1cdcd5e9;hp=905aca162cef89da39991b977f362239c4f0d7a1;hpb=b97fdb57a269656fa20024a4404d3f543f06ac61;p=oweals%2Fopenssl.git diff --git a/doc/man3/BUF_MEM_new.pod b/doc/man3/BUF_MEM_new.pod index 905aca162c..61922502a3 100644 --- a/doc/man3/BUF_MEM_new.pod +++ b/doc/man3/BUF_MEM_new.pod @@ -2,12 +2,10 @@ =head1 NAME -BUF_MEM_new, BUF_MEM_new_ex, BUF_MEM_free, BUF_MEM_grow +BUF_MEM_new, BUF_MEM_new_ex, BUF_MEM_free, BUF_MEM_grow, BUF_MEM_grow_clean, BUF_reverse - simple character array structure -standard C library equivalents - =head1 SYNOPSIS #include @@ -44,7 +42,7 @@ size. BUF_MEM_grow_clean() is similar to BUF_MEM_grow() but it sets any free'd or additionally-allocated memory to zero. -BUF_reverse() reverses B bytes at B into B. If B +BUF_reverse() reverses B bytes at B into B. If B is NULL, the array is reversed in-place. =head1 RETURN VALUES @@ -67,7 +65,7 @@ BUF_MEM_new_ex() was added in OpenSSL 1.1.0. =head1 COPYRIGHT -Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved. Licensed under the OpenSSL license (the "License"). You may not use this file except in compliance with the License. You can obtain a copy