summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2023-10-09 16:06:01 +0000
committertb <>2023-10-09 16:06:01 +0000
commita1b98839c9452074424df1fda1c2bc281f4c4810 (patch)
tree7934c3e54f2b45789c92c481e874eb4e8b211791 /src/lib
parent54a81b9e7be0eccb2197e86698f8ed9a9000b046 (diff)
downloadopenbsd-a1b98839c9452074424df1fda1c2bc281f4c4810.tar.gz
openbsd-a1b98839c9452074424df1fda1c2bc281f4c4810.tar.bz2
openbsd-a1b98839c9452074424df1fda1c2bc281f4c4810.zip
Clarify that 'undefined type' means V_ASN1_UNDEF
Diffstat (limited to 'src/lib')
-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