libtasn1-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU libtasn1 branch, master, updated. libtasn1_3_6-36-gb4a645d


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_3_6-36-gb4a645d
Date: Tue, 17 Jun 2014 15:02:56 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU libtasn1".

http://git.savannah.gnu.org/cgit/libtasn1.git/commit/?id=b4a645db1711e881d5159ee867dda36c6de5092c

The branch, master has been updated
       via  b4a645db1711e881d5159ee867dda36c6de5092c (commit)
      from  6614baac6406574ef81e4d5ff638cf7823a1b8eb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b4a645db1711e881d5159ee867dda36c6de5092c
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Jun 17 17:02:52 2014 +0200

    doc update

-----------------------------------------------------------------------

Summary of changes:
 lib/element.c |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/lib/element.c b/lib/element.c
index 66bd8fa..27cc42e 100644
--- a/lib/element.c
+++ b/lib/element.c
@@ -128,7 +128,13 @@ _asn1_convert_integer (const unsigned char *value, 
unsigned char *value_out,
   return ASN1_SUCCESS;
 }
 
-
+/* Appends a new element into the sequent (or set) defined by this
+ * node. The new element will have a name of '?number', where number
+ * is a monotonically increased serial number.
+ *
+ * On success it returns in @ptail the added element (which is the 
+ * tail in the list of added elements).
+ */
 int
 _asn1_append_sequence_set (asn1_node node, asn1_node *ptail)
 {


hooks/post-receive
-- 
GNU libtasn1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]