diff options
Diffstat (limited to 'src/lib/libcrypto/man/SMIME_text.3')
-rw-r--r-- | src/lib/libcrypto/man/SMIME_text.3 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/SMIME_text.3 b/src/lib/libcrypto/man/SMIME_text.3 index a4c9689925..719b3d921f 100644 --- a/src/lib/libcrypto/man/SMIME_text.3 +++ b/src/lib/libcrypto/man/SMIME_text.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SMIME_text.3,v 1.1 2021/12/14 15:22:49 schwarze Exp $ | 1 | .\" $OpenBSD: SMIME_text.3,v 1.3 2025/06/11 13:48:54 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,13 +14,14 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: December 14 2021 $ | 17 | .Dd $Mdocdate: June 11 2025 $ |
18 | .Dt SMIME_TEXT 3 | 18 | .Dt SMIME_TEXT 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
21 | .Nm SMIME_text | 21 | .Nm SMIME_text |
22 | .Nd remove text/plain MIME headers | 22 | .Nd remove text/plain MIME headers |
23 | .Sh SYNOPSIS | 23 | .Sh SYNOPSIS |
24 | .Lb libcrypto | ||
24 | .In openssl/asn1.h | 25 | .In openssl/asn1.h |
25 | .Ft int | 26 | .Ft int |
26 | .Fo SMIME_text | 27 | .Fo SMIME_text |
@@ -47,7 +48,10 @@ header, or if the content type is not | |||
47 | .Dq text/plain . | 48 | .Dq text/plain . |
48 | .Sh SEE ALSO | 49 | .Sh SEE ALSO |
49 | .Xr SMIME_crlf_copy 3 , | 50 | .Xr SMIME_crlf_copy 3 , |
50 | .Xr SMIME_read_ASN1 3 | 51 | .Xr SMIME_read_CMS 3 , |
52 | .Xr SMIME_read_PKCS7 3 , | ||
53 | .Xr SMIME_write_CMS 3 , | ||
54 | .Xr SMIME_write_PKCS7 3 | ||
51 | .Sh HISTORY | 55 | .Sh HISTORY |
52 | .Fn SMIME_text | 56 | .Fn SMIME_text |
53 | first appeared in OpenSSL 1.0.0 and has been available since | 57 | first appeared in OpenSSL 1.0.0 and has been available since |