summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-10-11 11:34:15 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-10-11 11:34:15 +0200
commite198d72073cafa499cc1f8629e7c2d57163d8e12 (patch)
treec9aaedf7abde5cbd5c4b08b5b05aa342d3e4b05d
parent7df0dae73cff65c8af180946e5ae9b2fa2389224 (diff)
downloadlibtasn1-e198d72073cafa499cc1f8629e7c2d57163d8e12.tar.gz
doc update
-rw-r--r--lib/decoding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/decoding.c b/lib/decoding.c
index 9ac1131..27a02b3 100644
--- a/lib/decoding.c
+++ b/lib/decoding.c
@@ -154,7 +154,7 @@ asn1_get_length_der (const unsigned char *der, int der_len, int *len)
* @der_len: Length of DER data to decode.
* @cls: Output variable containing decoded class.
* @len: Output variable containing the length of the DER TAG data.
- * @tag: Output variable containing the decoded tag.
+ * @tag: Output variable containing the decoded tag (may be %NULL).
*
* Decode the class and TAG from DER code.
*