diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/CMS_ContentInfo_new.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/CMS_ContentInfo_new.3 b/src/lib/libcrypto/man/CMS_ContentInfo_new.3 index d5117fa4ae..b44f65ee91 100644 --- a/src/lib/libcrypto/man/CMS_ContentInfo_new.3 +++ b/src/lib/libcrypto/man/CMS_ContentInfo_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: CMS_ContentInfo_new.3,v 1.4 2024/01/22 14:00:13 tb Exp $ | 1 | .\" $OpenBSD: CMS_ContentInfo_new.3,v 1.5 2025/06/08 22:40:29 schwarze Exp $ |
2 | .\" Copyright (c) 2019 Ingo Schwarze <schwarze@openbsd.org> | 2 | .\" Copyright (c) 2019 Ingo Schwarze <schwarze@openbsd.org> |
3 | .\" | 3 | .\" |
4 | .\" Permission to use, copy, modify, and distribute this software for any | 4 | .\" Permission to use, copy, modify, and distribute this software for any |
@@ -13,7 +13,7 @@ | |||
13 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 13 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
14 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 14 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
15 | .\" | 15 | .\" |
16 | .Dd $Mdocdate: January 22 2024 $ | 16 | .Dd $Mdocdate: June 8 2025 $ |
17 | .Dt CMS_CONTENTINFO_NEW 3 | 17 | .Dt CMS_CONTENTINFO_NEW 3 |
18 | .Os | 18 | .Os |
19 | .Sh NAME | 19 | .Sh NAME |
@@ -24,6 +24,7 @@ | |||
24 | .Nm CMS_ReceiptRequest_free | 24 | .Nm CMS_ReceiptRequest_free |
25 | .Nd Cryptographic Message Syntax data structures | 25 | .Nd Cryptographic Message Syntax data structures |
26 | .Sh SYNOPSIS | 26 | .Sh SYNOPSIS |
27 | .Lb libcrypto | ||
27 | .In openssl/cms.h | 28 | .In openssl/cms.h |
28 | .Ft CMS_ContentInfo * | 29 | .Ft CMS_ContentInfo * |
29 | .Fn CMS_ContentInfo_new void | 30 | .Fn CMS_ContentInfo_new void |