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_0-15-gf9e6e03


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_3_0-15-gf9e6e03
Date: Thu, 22 Nov 2012 18:42:55 +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=f9e6e03a14d7409cda2df5f231bc3e0a9a254d42

The branch, master has been updated
       via  f9e6e03a14d7409cda2df5f231bc3e0a9a254d42 (commit)
      from  eba04f5f91b62c33a800ed8cf3325a4d82e12dd5 (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 f9e6e03a14d7409cda2df5f231bc3e0a9a254d42
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Nov 22 19:42:47 2012 +0100

    better name

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

Summary of changes:
 lib/coding.c    |    2 +-
 lib/element.c   |    2 +-
 lib/int.h       |    2 +-
 lib/structure.c |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/coding.c b/lib/coding.c
index ba59257..5d98fe4 100644
--- a/lib/coding.c
+++ b/lib/coding.c
@@ -554,7 +554,7 @@ _asn1_insert_tag_der (asn1_node node, unsigned char *der, 
int *counter,
            _asn1_tag_der (ASN1_CLASS_UNIVERSAL, ASN1_TAG_GENERALIZEDTime,
                           tag_der, &tag_len);
          break;
-        CASE_TAGGED_TYPES:
+        CASE_HANDLED_ETYPES:
          _asn1_tag_der (_asn1_tags[type].class, _asn1_tags[type].tag,
                         tag_der, &tag_len);
          break;
diff --git a/lib/element.c b/lib/element.c
index f1d002e..f85fb2f 100644
--- a/lib/element.c
+++ b/lib/element.c
@@ -926,7 +926,7 @@ asn1_read_tag (asn1_node root, const char *name, int 
*tagValue,
 
       switch (type)
        {
-       CASE_TAGGED_TYPES:
+       CASE_HANDLED_ETYPES:
          *tagValue = _asn1_tags[type].tag;
          break;
        case ASN1_ETYPE_TIME:
diff --git a/lib/int.h b/lib/int.h
index 7dedd88..0761025 100644
--- a/lib/int.h
+++ b/lib/int.h
@@ -65,7 +65,7 @@ typedef struct tag_and_class_st {
 } tag_and_class_st;
 
 /* the types that are handled in _asn1_tags */
-#define CASE_TAGGED_TYPES \
+#define CASE_HANDLED_ETYPES \
        case ASN1_ETYPE_NULL: \
        case ASN1_ETYPE_BOOLEAN: \
        case ASN1_ETYPE_INTEGER: \
diff --git a/lib/structure.c b/lib/structure.c
index eee15a3..9136799 100644
--- a/lib/structure.c
+++ b/lib/structure.c
@@ -765,7 +765,7 @@ asn1_print_structure (FILE * out, asn1_node structure, 
const char *name,
            case ASN1_ETYPE_DEFINITIONS:
              fprintf (out, "type:DEFINITIONS");
              break;
-            CASE_TAGGED_TYPES:
+            CASE_HANDLED_ETYPES:
              fprintf (out, "%s", _asn1_tags[type].desc);
              break;
            default:


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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