summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509v3_addr_add_inherit.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/X509v3_addr_add_inherit.3')
-rw-r--r--src/lib/libcrypto/man/X509v3_addr_add_inherit.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/X509v3_addr_add_inherit.3 b/src/lib/libcrypto/man/X509v3_addr_add_inherit.3
index e5730c881e..98de5a01f0 100644
--- a/src/lib/libcrypto/man/X509v3_addr_add_inherit.3
+++ b/src/lib/libcrypto/man/X509v3_addr_add_inherit.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509v3_addr_add_inherit.3,v 1.1 2023/09/25 01:14:34 tb Exp $ 1.\" $OpenBSD: X509v3_addr_add_inherit.3,v 1.2 2023/09/25 10:34:44 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> 3.\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
4.\" 4.\"
@@ -247,7 +247,7 @@ The error conditions are generally indistinguishable.
247returns 1 if 247returns 1 if
248.Fa addrblocks 248.Fa addrblocks
249is in canonical form. 249is in canonical form.
250A return value of 0 can indicate non-canonical form or corrupted list. 250A return value of 0 can indicate non-canonical form or a corrupted list.
251.Sh EXAMPLES 251.Sh EXAMPLES
252Construct the first extension from RFC 3779, Appendix B. 252Construct the first extension from RFC 3779, Appendix B.
253.Bd -literal 253.Bd -literal
@@ -382,7 +382,7 @@ i2d_IPAddrBlocks(IPAddrBlocks *addrblocks, unsigned char **out)
382} 382}
383.Ed 383.Ed
384.Pp 384.Pp
385the use of the undocumented macro 385The use of the undocumented macro
386.Dv ASN1_ITEM_ptr() 386.Dv ASN1_ITEM_ptr()
387is necessary if compatibility with modern versions of other implementations 387is necessary if compatibility with modern versions of other implementations
388is desired. 388is desired.