From ba21f8fe6a82bb8cfad22bd81639ea0920a082fe Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 8 Jul 2016 09:59:31 +0200 Subject: asn1_get_object_id_der: doc update --- lib/decoding.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. **/ -- cgit v1.2.1