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_3_0_17-28-g722472e


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_17-28-g722472e
Date: Thu, 22 Mar 2012 18:57:59 +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=722472e266c5353887304aeb21ed1d89291d08d0

The branch, master has been updated
       via  722472e266c5353887304aeb21ed1d89291d08d0 (commit)
       via  67849c11ba3c52eba6ef6b4d1d21848690d7cd15 (commit)
       via  e076d627d87e25fa4447fc82033a9104fa7b5676 (commit)
      from  90f7007defed1a9b710e9c98792dfcfc20c8d60e (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 722472e266c5353887304aeb21ed1d89291d08d0
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Mar 22 19:57:50 2012 +0100

    more warnings to silence.

commit 67849c11ba3c52eba6ef6b4d1d21848690d7cd15
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Mar 22 19:42:41 2012 +0100

    updated

commit e076d627d87e25fa4447fc82033a9104fa7b5676
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Mar 22 19:42:13 2012 +0100

    silence warnings. Patch by B. Scott Michel.

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

Summary of changes:
 NEWS                        |    2 +-
 doc/examples/ex-cxx.cpp     |    2 +-
 doc/examples/ex-serv-anon.c |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 95b0f9e..d23e777 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,7 @@ See the end for copying conditions.
 Patch by Robert Millan.
 
 ** libgnutls: Corrected VIA padlock detection for old 
-VIA processors.
+VIA processors. Reported by Kris Karas.
 
 ** libgnutls: Updated assembler files.
 
diff --git a/doc/examples/ex-cxx.cpp b/doc/examples/ex-cxx.cpp
index c675f60..a03ea90 100644
--- a/doc/examples/ex-cxx.cpp
+++ b/doc/examples/ex-cxx.cpp
@@ -51,7 +51,7 @@ int main(void)
         /* connect to the peer
          */
         sd = tcp_connect();
-        session.set_transport_ptr((gnutls_transport_ptr_t) sd);
+        session.set_transport_ptr((gnutls_transport_ptr_t) (ptrdiff_t)sd);
 
         /* Perform the TLS handshake
          */
diff --git a/doc/examples/ex-serv-anon.c b/doc/examples/ex-serv-anon.c
index 1d6d541..75a0bf2 100644
--- a/doc/examples/ex-serv-anon.c
+++ b/doc/examples/ex-serv-anon.c
@@ -114,7 +114,7 @@ main (void)
               inet_ntop (AF_INET, &sa_cli.sin_addr, topbuf,
                          sizeof (topbuf)), ntohs (sa_cli.sin_port));
 
-      gnutls_transport_set_ptr (session, (gnutls_transport_ptr_t) sd);
+      gnutls_transport_set_ptr (session, (gnutls_transport_ptr_t) ((ptrdiff_t) 
sd));
 
       do
         {


hooks/post-receive
-- 
GNU gnutls



reply via email to

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