gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_8-8-gee28e7


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_8-8-gee28e7f
Date: Mon, 15 Aug 2011 20:33:04 +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=ee28e7f972c93eaf5f3c7513908e094c989b2afb

The branch, gnutls_2_12_x has been updated
       via  ee28e7f972c93eaf5f3c7513908e094c989b2afb (commit)
      from  b5d1d49215c4892c933ec21ba86f3e0483639a1f (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 ee28e7f972c93eaf5f3c7513908e094c989b2afb
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon Aug 15 22:30:16 2011 +0200

    Replaced typedef gnutls_connection_end_t from openssl.h with an unsigned 
int.

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

Summary of changes:
 NEWS                               |    4 ++++
 libextra/includes/gnutls/openssl.h |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index b730ca3..7f292d7 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ See the end for copying conditions.
 
 * Version 2.12.9 (unreleased)
 
+** libgnutls-extra: Replaced enumeration with unsigned
+int, in openssl.h to make it identical to the 3.0.0 version.
+This shouldn't introduce binary incompatibility.
+
 ** libgnutls: When asking for a PIN multiple times, the
 flags in the callback were not being updated to reflect
 for PIN low count or final try.
diff --git a/libextra/includes/gnutls/openssl.h 
b/libextra/includes/gnutls/openssl.h
index 7ea8b7c..86ae199 100644
--- a/libextra/includes/gnutls/openssl.h
+++ b/libextra/includes/gnutls/openssl.h
@@ -100,7 +100,7 @@ extern "C"
   typedef struct
   {
     char priority_string[256];
-    gnutls_connection_end_t connend;
+    unsigned int connend;
   } SSL_METHOD;
 
   typedef struct


hooks/post-receive
-- 
GNU gnutls



reply via email to

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