gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-388-g2c12176


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-388-g2c12176
Date: Thu, 30 Sep 2010 09:26:13 +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 gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=2c121764ce8684ac468b82519bd6a2fc02acc217

The branch, master has been updated
       via  2c121764ce8684ac468b82519bd6a2fc02acc217 (commit)
      from  5695bcc6d1e855940d9f7251e091a971131377b3 (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 2c121764ce8684ac468b82519bd6a2fc02acc217
Author: Simon Josefsson <address@hidden>
Date:   Thu Sep 30 11:26:04 2010 +0200

    Remove spurious comma.

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

Summary of changes:
 lib/includes/gnutls/gnutls.h.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index 174bfe4..58053f5 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -244,7 +244,7 @@ extern "C"
     GNUTLS_DIG_SHA256 = GNUTLS_MAC_SHA256,
     GNUTLS_DIG_SHA384 = GNUTLS_MAC_SHA384,
     GNUTLS_DIG_SHA512 = GNUTLS_MAC_SHA512,
-    GNUTLS_DIG_SHA224 = GNUTLS_MAC_SHA224,
+    GNUTLS_DIG_SHA224 = GNUTLS_MAC_SHA224
     /* If you add anything here, make sure you align with
        gnutls_mac_algorithm_t. */
   } gnutls_digest_algorithm_t;
@@ -816,7 +816,7 @@ extern "C"
     GNUTLS_EXT_APPLICATION = 1,
     GNUTLS_EXT_TLS = 2,
     GNUTLS_EXT_MANDATORY = 3,
-    GNUTLS_EXT_NONE = 4,
+    GNUTLS_EXT_NONE = 4
   } gnutls_ext_parse_type_t;
 
 


hooks/post-receive
-- 
GNU gnutls



reply via email to

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