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_11_6-284-ga1c39af


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_11_6-284-ga1c39af
Date: Sat, 12 Mar 2011 10:41:09 +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=a1c39af3a757150cf38d3b95fe69a437ca685f91

The branch, master has been updated
       via  a1c39af3a757150cf38d3b95fe69a437ca685f91 (commit)
      from  562320f54d499161d41c5f7501fcafc8cd192d62 (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 a1c39af3a757150cf38d3b95fe69a437ca685f91
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Mar 12 11:41:06 2011 +0100

    default behavior is to send SSL3.0 client hellos.

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

Summary of changes:
 lib/gnutls_priority.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c
index a490cfc..505cf9e 100644
--- a/lib/gnutls_priority.c
+++ b/lib/gnutls_priority.c
@@ -547,6 +547,7 @@ gnutls_priority_init (gnutls_priority_t * priority_cache,
    * when we make it the default.
    */
   (*priority_cache)->sr = SR_PARTIAL;
+  (*priority_cache)->ssl3_record_version = 1;
 
   if (priorities == NULL)
     priorities = "NORMAL";


hooks/post-receive
-- 
GNU gnutls



reply via email to

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