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