summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-10-09 16:06:01 +0000
committertb <>2023-10-09 16:06:01 +0000
commitc094070b065a8209e8c1a34d42caae22eec9a91d (patch)
tree7934c3e54f2b45789c92c481e874eb4e8b211791 /src
parenta9f7a1b523db0ec0d52c811aaf20f0c4cf7c9e33 (diff)
downloadopenbsd-c094070b065a8209e8c1a34d42caae22eec9a91d.tar.gz
openbsd-c094070b065a8209e8c1a34d42caae22eec9a91d.tar.bz2
openbsd-c094070b065a8209e8c1a34d42caae22eec9a91d.zip
Clarify that 'undefined type' means V_ASN1_UNDEF
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/ASN1_TYPE_get.37
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/ASN1_TYPE_get.3 b/src/lib/libcrypto/man/ASN1_TYPE_get.3
index 03b41f8fa8..16af168d91 100644
--- a/src/lib/libcrypto/man/ASN1_TYPE_get.3
+++ b/src/lib/libcrypto/man/ASN1_TYPE_get.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ASN1_TYPE_get.3,v 1.18 2022/01/12 17:54:51 tb Exp $ 1.\" $OpenBSD: ASN1_TYPE_get.3,v 1.19 2023/10/09 16:06:01 tb Exp $
2.\" selective merge up to: OpenSSL 6328d367 Jul 4 21:58:30 2020 +0200 2.\" selective merge up to: OpenSSL 6328d367 Jul 4 21:58:30 2020 +0200
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -65,7 +65,7 @@
65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
66.\" OF THE POSSIBILITY OF SUCH DAMAGE. 66.\" OF THE POSSIBILITY OF SUCH DAMAGE.
67.\" 67.\"
68.Dd $Mdocdate: January 12 2022 $ 68.Dd $Mdocdate: October 9 2023 $
69.Dt ASN1_TYPE_GET 3 69.Dt ASN1_TYPE_GET 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
@@ -148,7 +148,8 @@ It also remembers internally which type it currently holds.
148.Fn ASN1_TYPE_new 148.Fn ASN1_TYPE_new
149allocates and initializes an empty 149allocates and initializes an empty
150.Vt ASN1_TYPE 150.Vt ASN1_TYPE
151object of undefined type. 151object of type
152.Dv V_ASN1_UNDEF .
152.Pp 153.Pp
153.Fn ASN1_TYPE_free 154.Fn ASN1_TYPE_free
154frees 155frees