sync and add missing code for ToolChains

This commit is contained in:
purplerain 2023-05-01 20:06:12 +00:00
parent f5f0d5c82b
commit 01bad5edf2
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
44 changed files with 3514 additions and 2673 deletions

View file

@ -1,4 +1,4 @@
.\" $OpenBSD: SMIME_crlf_copy.3,v 1.2 2021/12/14 15:22:49 schwarze Exp $
.\" $OpenBSD: SMIME_crlf_copy.3,v 1.3 2023/05/01 07:28:11 tb Exp $
.\"
.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org>
.\"
@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd $Mdocdate: December 14 2021 $
.Dd $Mdocdate: May 1 2023 $
.Dt SMIME_CRLF_COPY 3
.Os
.Sh NAME
@ -78,7 +78,6 @@ is intended to return 1 on success or 0 on failure.
.Xr BIO_new 3 ,
.Xr BIO_push 3 ,
.Xr BIO_read 3 ,
.Xr i2d_ASN1_bio_stream 3 ,
.Xr SMIME_text 3 ,
.Xr SMIME_write_ASN1 3
.Sh HISTORY