Document V_ASN1_ANY.
authorschwarze <schwarze@openbsd.org>
Thu, 9 Dec 2021 18:50:26 +0000 (18:50 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 9 Dec 2021 18:50:26 +0000 (18:50 +0000)
commitfb7c4d37cd401d296457d9d6e95ea83381c2f938
treeb441187c316b9d84217a6e346765c7817117bd5f
parent3de1ddf66395536ef35179a9ed07117046de6125
Document V_ASN1_ANY.
While here, tweak some wordings a bit to make it less likely that
readers confuse the type held by an ASN1_TYPE object with the type
of the ASN1_TYPE object itself, which is always V_ASN1_ANY.
lib/libcrypto/man/ASN1_TYPE_get.3