summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-25 21:34:07 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-25 21:34:07 +0200
commit045ac8d01857265f422d0d74ca99944f70c0b9e3 (patch)
tree923aa47df49a39e0841a900cddebbabaa53f7190
parent53958290ab731c8486531a3bdef54a933533579d (diff)
downloadlibtasn1-045ac8d01857265f422d0d74ca99944f70c0b9e3.tar.gz
doc update
-rw-r--r--lib/decoding.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/decoding.c b/lib/decoding.c
index 90a37ff..53bd910 100644
--- a/lib/decoding.c
+++ b/lib/decoding.c
@@ -879,7 +879,7 @@ static void delete_unneeded_choice_fields(asn1_node p)
* asn1_der_decoding:
* @element: pointer to an ASN1 structure.
* @ider: vector that contains the DER encoding.
- * @len: number of bytes of *@ider: @ider[0]..@ider[len-1].
+ * @ider_len: number of bytes of *@ider: @ider[0]..@ider[len-1].
* @errorDescription: null-terminated string contains details when an
* error occurred.
*
@@ -2270,7 +2270,7 @@ cleanup:
* asn1_der_decoding_startEnd:
* @element: pointer to an ASN1 element
* @ider: vector that contains the DER encoding.
- * @len: number of bytes of *@ider: @ider[0]..@ider[len-1]
+ * @ider_len: number of bytes of *@ider: @ider[0]..@ider[len-1]
* @name_element: an element of NAME structure.
* @start: the position of the first byte of NAME_ELEMENT decoding
* (@ider[*start])