]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
default behavior is to send SSL3.0 client hellos.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 12 Mar 2011 10:41:06 +0000 (11:41 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 12 Mar 2011 10:41:06 +0000 (11:41 +0100)
lib/gnutls_priority.c

index a490cfcf9b335a056c770f597a1ebdc2020e247f..505cf9e44084583e4597ea5cf9394e3bb1f5d093 100644 (file)
@@ -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";