summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2019-11-02 15:27:10 +0000
committerschwarze <>2019-11-02 15:27:10 +0000
commit1db2f1ab1615d195ac461a8288d3e25bb5d44de2 (patch)
tree6ce7a3f9cd724a36062b3919048750f6c46eccb4
parenteb413b767ac1e64d353e5bc09b10b0f5f8997491 (diff)
downloadopenbsd-1db2f1ab1615d195ac461a8288d3e25bb5d44de2.tar.gz
openbsd-1db2f1ab1615d195ac461a8288d3e25bb5d44de2.tar.bz2
openbsd-1db2f1ab1615d195ac461a8288d3e25bb5d44de2.zip
.Xr BIO_new_CMS 3
-rw-r--r--src/lib/libcrypto/man/BIO_new.35
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_new.3 b/src/lib/libcrypto/man/BIO_new.3
index 8cc586e9ef..ee004ae4eb 100644
--- a/src/lib/libcrypto/man/BIO_new.3
+++ b/src/lib/libcrypto/man/BIO_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_new.3,v 1.18 2019/06/10 09:49:48 schwarze Exp $ 1.\" $OpenBSD: BIO_new.3,v 1.19 2019/11/02 15:27:10 schwarze Exp $
2.\" full merge up to: 2.\" full merge up to:
3.\" OpenSSL man3/BIO_new.pod fb46be03 Feb 26 11:51:31 2016 +0000 3.\" OpenSSL man3/BIO_new.pod fb46be03 Feb 26 11:51:31 2016 +0000
4.\" OpenSSL man7/bio.pod 631c37be Dec 12 16:56:50 2017 +0100 4.\" OpenSSL man7/bio.pod 631c37be Dec 12 16:56:50 2017 +0100
@@ -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: June 10 2019 $ 55.Dd $Mdocdate: November 2 2019 $
56.Dt BIO_NEW 3 56.Dt BIO_NEW 3
57.Os 57.Os
58.Sh NAME 58.Sh NAME
@@ -238,6 +238,7 @@ Create a memory BIO:
238.Xr BIO_find_type 3 , 238.Xr BIO_find_type 3 ,
239.Xr BIO_get_ex_new_index 3 , 239.Xr BIO_get_ex_new_index 3 ,
240.Xr BIO_meth_new 3 , 240.Xr BIO_meth_new 3 ,
241.Xr BIO_new_CMS 3 ,
241.Xr BIO_printf 3 , 242.Xr BIO_printf 3 ,
242.Xr BIO_push 3 , 243.Xr BIO_push 3 ,
243.Xr BIO_read 3 , 244.Xr BIO_read 3 ,