diff options
Diffstat (limited to 'secure/lib/libcrypto/man/BIO_new_CMS.3')
-rw-r--r-- | secure/lib/libcrypto/man/BIO_new_CMS.3 | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/secure/lib/libcrypto/man/BIO_new_CMS.3 b/secure/lib/libcrypto/man/BIO_new_CMS.3 index 06bab9601782..9dd871a24ea4 100644 --- a/secure/lib/libcrypto/man/BIO_new_CMS.3 +++ b/secure/lib/libcrypto/man/BIO_new_CMS.3 @@ -128,16 +128,14 @@ .rm #[ #] #H #V #F C .\" ======================================================================== .\" -.IX Title "BIO_new_CMS 3" -.TH BIO_new_CMS 3 "2018-08-14" "1.0.2p" "OpenSSL" +.IX Title "BIO_NEW_CMS 3" +.TH BIO_NEW_CMS 3 "2018-09-11" "1.1.1" "OpenSSL" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" -.Vb 1 -\& BIO_new_CMS \- CMS streaming filter BIO -.Ve +BIO_new_CMS \- CMS streaming filter BIO .SH "SYNOPSIS" .IX Header "SYNOPSIS" .Vb 1 @@ -192,3 +190,11 @@ occurred. The error can be obtained from \fIERR_get_error\fR\|(3). .SH "HISTORY" .IX Header "HISTORY" \&\fIBIO_new_CMS()\fR was added to OpenSSL 1.0.0 +.SH "COPYRIGHT" +.IX Header "COPYRIGHT" +Copyright 2008\-2016 The OpenSSL Project Authors. All Rights Reserved. +.PP +Licensed under the OpenSSL license (the \*(L"License\*(R"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file \s-1LICENSE\s0 in the source distribution or at +<https://www.openssl.org/source/license.html>. |