libtasn1-commit
[Top][All Lists]
Advanced

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

[Libtasn1-commit] [SCM] GNU libtasn1 branch, master, updated. libtasn1_2


From: Nikos Mavrogiannopoulos
Subject: [Libtasn1-commit] [SCM] GNU libtasn1 branch, master, updated. libtasn1_2_3-4-g51a9116
Date: Sun, 10 Jan 2010 11:20:58 +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=51a9116016d4a2b5e13e474ca32fed4dd70dfacc

The branch, master has been updated
       via  51a9116016d4a2b5e13e474ca32fed4dd70dfacc (commit)
       via  b31ab1fd44565efcf044f41429414393113f5c03 (commit)
      from  b9f0033c91b67ed20198358fb0344e8c08c5f02f (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 51a9116016d4a2b5e13e474ca32fed4dd70dfacc
Author: Andreas Metzler <address@hidden>
Date:   Sun Jan 3 16:05:04 2010 +0100

    Typos: sructure, stucture. There is no function named create_stucture, but 
one named asn1_create_element.
    
    Signed-off-by: Nikos Mavrogiannopoulos <address@hidden>

commit b31ab1fd44565efcf044f41429414393113f5c03
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Jan 10 12:14:44 2010 +0100

    ignore more files

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

Summary of changes:
 .gitignore              |   13 +++++++++++++
 lib/decoding.c          |    8 ++++----
 lib/structure.c         |    2 +-
 tests/Test_indefinite.c |    2 +-
 tests/Test_tree.c       |    2 +-
 5 files changed, 20 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0166555..1c6e0a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -142,3 +142,16 @@ stamp-h1
 tests/.deps/
 tests/Makefile
 tests/Makefile.in
+tests/Test_encoding
+tests/Test_encoding.o
+tests/Test_indefinite
+tests/Test_indefinite.o
+tests/Test_parser
+tests/Test_parser.o
+tests/Test_parser_ERROR.asn
+tests/Test_tree
+tests/Test_tree.o
+lib/ASN1.tab.c
+lib/gllib/.deps/
+lib/gllib/dummy.lo
+lib/gllib/dummy.o
diff --git a/lib/decoding.c b/lib/decoding.c
index b79002c..dbc0de0 100644
--- a/lib/decoding.c
+++ b/lib/decoding.c
@@ -806,8 +806,8 @@ _asn1_get_indefinite_length_string (const unsigned char 
*der, int *len)
   *   error occurred.
   *
   * Fill the structure *ELEMENT with values of a DER encoding
-  * string. The sructure must just be created with function
-  * 'create_stucture'.  If an error occurs during the decoding
+  * string. The structure must just be created with function
+  * 'asn1_create_element'.  If an error occurs during the decoding
   * procedure, the *ELEMENT is deleted and set equal to
   * %ASN1_TYPE_EMPTY.
   *
@@ -1364,8 +1364,8 @@ asn1_der_decoding (ASN1_TYPE * element, const void *ider, 
int len,
   *   error occurred.
   *
   * Fill the element named ELEMENTNAME with values of a DER encoding
-  * string.  The sructure must just be created with function
-  * 'create_stucture'.  The DER vector must contain the encoding
+  * string.  The structure must just be created with function
+  * 'asn1_create_element'.  The DER vector must contain the encoding
   * string of the whole STRUCTURE.  If an error occurs during the
   * decoding procedure, the *STRUCTURE is deleted and set equal to
   * %ASN1_TYPE_EMPTY.
diff --git a/lib/structure.c b/lib/structure.c
index 3931651..687b010 100644
--- a/lib/structure.c
+++ b/lib/structure.c
@@ -670,7 +670,7 @@ _asn1_expand_identifier (ASN1_TYPE * node, ASN1_TYPE root)
   * Creates a structure of type @source_name.  Example using
   *  "pkix.asn":
   *
-  * rc = asn1_create_structure(cert_def, "PKIX1.Certificate",
+  * rc = asn1_create_element(cert_def, "PKIX1.Certificate",
   * certptr);
   *
   * Returns:
diff --git a/tests/Test_indefinite.c b/tests/Test_indefinite.c
index c750932..379ad34 100644
--- a/tests/Test_indefinite.c
+++ b/tests/Test_indefinite.c
@@ -24,7 +24,7 @@
 /* File: Test_tree.c                                 */
 /* Description: Test sequences for these functions:  */
 /*     asn1_visit_tree,                              */
-/*     asn1_create_structure,                        */
+/*     asn1_create_element,                          */
 /*     asn1_delete_structure,                        */
 /*     asn1_write_value,                             */
 /*     asn1_read_value,                              */
diff --git a/tests/Test_tree.c b/tests/Test_tree.c
index f4ce056..e899ed6 100644
--- a/tests/Test_tree.c
+++ b/tests/Test_tree.c
@@ -24,7 +24,7 @@
 /* File: Test_tree.c                                 */
 /* Description: Test sequences for these functions:  */
 /*     asn1_visit_tree,                              */
-/*     asn1_create_structure,                        */
+/*     asn1_create_element,                          */
 /*     asn1_delete_structure,                        */
 /*     asn1_write_value,                             */
 /*     asn1_read_value,                              */


hooks/post-receive
-- 
GNU libtasn1




reply via email to

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