summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-08 09:59:31 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-08 09:59:31 +0200
commitba21f8fe6a82bb8cfad22bd81639ea0920a082fe (patch)
treeba9126efe17842b6162d32cffd090d09010e8acd
parentee6662412559a06b3ec85878c617214bd045ccdd (diff)
downloadlibtasn1-ba21f8fe6a82bb8cfad22bd81639ea0920a082fe.tar.gz
asn1_get_object_id_der: doc update
-rw-r--r--lib/decoding.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/decoding.c b/lib/decoding.c
index 31c3708..2cd9ac3 100644
--- a/lib/decoding.c
+++ b/lib/decoding.c
@@ -384,7 +384,8 @@ _asn1_get_time_der (unsigned type, const unsigned char *der, int der_len, int *r
* @str: Pre-allocated output buffer to put the textual object id in.
* @str_size: Length of pre-allocated output buffer.
*
- * Converts a DER encoded object identifier to its textual form.
+ * Converts a DER encoded object identifier to its textual form. This
+ * function expects the DER object identifier without the tag.
*
* Returns: %ASN1_SUCCESS on success, or an error.
**/