diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-04-27 08:06:38 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-04-27 08:06:38 +0000 |
commit | e580bce6b9c2444fd357b21700027d1b2da72d87 (patch) | |
tree | 54a30894d820ecd1464662decfbbfd5cd2434141 | |
parent | 61243df8ded73b472cdddc5fa5ba5c95f1f0defb (diff) |
ASN1_{,const_}check_infinite_end(3) were removed in the last major bump,
so there's no longer a need to document that they are undocumented.
-rw-r--r-- | lib/libcrypto/man/ASN1_item_d2i.3 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libcrypto/man/ASN1_item_d2i.3 b/lib/libcrypto/man/ASN1_item_d2i.3 index 249ca64825a..1e86d0b5c64 100644 --- a/lib/libcrypto/man/ASN1_item_d2i.3 +++ b/lib/libcrypto/man/ASN1_item_d2i.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ASN1_item_d2i.3,v 1.15 2021/11/28 14:32:34 schwarze Exp $ +.\" $OpenBSD: ASN1_item_d2i.3,v 1.16 2022/04/27 08:06:37 tb Exp $ .\" selective merge up to: .\" OpenSSL doc/man3/d2i_X509.pod 256989ce Jun 19 15:00:32 2020 +0200 .\" @@ -66,7 +66,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 28 2021 $ +.Dd $Mdocdate: April 27 2022 $ .Dt ASN1_ITEM_D2I 3 .Os .Sh NAME @@ -82,9 +82,6 @@ .Nm ASN1_item_dup , .Nm ASN1_item_print .Nd decode and encode ASN.1 objects -.\" The functions ASN1_check_infinite_end and ASN1_const_check_infinite_end -.\" are intentionally undocumented because they are trivial -.\" and usused in real-world software. .Sh SYNOPSIS .In openssl/asn1.h .Ft ASN1_VALUE * |