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-25-g77e4107


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-25-g77e4107
Date: Tue, 11 May 2010 19:21: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 gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=77e4107df9dfdfd6d318db9627626e4ce530b9a6

The branch, master has been updated
       via  77e4107df9dfdfd6d318db9627626e4ce530b9a6 (commit)
      from  a4d4458cf2ec080eb7e563bbd605645ac101bc92 (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 77e4107df9dfdfd6d318db9627626e4ce530b9a6
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue May 11 21:21:41 2010 +0200

    Corrected typo. Reported by Clint Adams.

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

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

diff --git a/lib/includes/gnutls/x509.h b/lib/includes/gnutls/x509.h
index 5733813..5e5f691 100644
--- a/lib/includes/gnutls/x509.h
+++ b/lib/includes/gnutls/x509.h
@@ -154,7 +154,8 @@ extern "C"
 #define GNUTLS_CRL_REASON_KEY_COMPROMISE 64
 #define GNUTLS_CRL_REASON_CA_COMPROMISE 32
 #define GNUTLS_CRL_REASON_AFFILIATION_CHANGED 16
-#define GNUTLS_CRL_REASON_SUPERSEEDED 8
+#define GNUTLS_CRL_REASON_SUPERSEDED 8
+#define GNUTLS_CRL_REASON_SUPERSEEDED GNUTLS_CRL_REASON_SUPERSEDED
 #define GNUTLS_CRL_REASON_CESSATION_OF_OPERATION 4
 #define GNUTLS_CRL_REASON_CERTIFICATE_HOLD 2
 #define GNUTLS_CRL_REASON_PRIVILEGE_WITHDRAWN 1


hooks/post-receive
-- 
GNU gnutls



reply via email to

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