summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_new.3
diff options
context:
space:
mode:
authortb <>2023-07-21 04:50:47 +0000
committertb <>2023-07-21 04:50:47 +0000
commitc8e14d21085a5664fe144bcce79739faa47cd45b (patch)
tree0fdaa156ccc7316bb322a7b0aff921dae6eee27b /src/lib/libcrypto/man/BIO_new.3
parent1c53257d4d340391ea806d02ce30e0f61c72d1b7 (diff)
downloadopenbsd-c8e14d21085a5664fe144bcce79739faa47cd45b.tar.gz
openbsd-c8e14d21085a5664fe144bcce79739faa47cd45b.tar.bz2
openbsd-c8e14d21085a5664fe144bcce79739faa47cd45b.zip
Remove ASN1_buf_print documentation
This function will be made internal-only and likely be renamed/rewritten.
Diffstat (limited to 'src/lib/libcrypto/man/BIO_new.3')
-rw-r--r--src/lib/libcrypto/man/BIO_new.35
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BIO_new.3 b/src/lib/libcrypto/man/BIO_new.3
index f958149973..bce804131e 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.26 2022/12/23 15:59:34 schwarze Exp $ 1.\" $OpenBSD: BIO_new.3,v 1.27 2023/07/21 04:50:47 tb 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: December 23 2022 $ 55.Dd $Mdocdate: July 21 2023 $
56.Dt BIO_NEW 3 56.Dt BIO_NEW 3
57.Os 57.Os
58.Sh NAME 58.Sh NAME
@@ -228,7 +228,6 @@ Create a memory BIO:
228.Pp 228.Pp
229.Dl BIO *mem = BIO_new(BIO_s_mem()); 229.Dl BIO *mem = BIO_new(BIO_s_mem());
230.Sh SEE ALSO 230.Sh SEE ALSO
231.Xr ASN1_buf_print 3 ,
232.Xr BIO_accept 3 , 231.Xr BIO_accept 3 ,
233.Xr BIO_ctrl 3 , 232.Xr BIO_ctrl 3 ,
234.Xr BIO_dump 3 , 233.Xr BIO_dump 3 ,