summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-12 11:41:06 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-12 11:41:26 +0100
commitd2fecbf049ac2affc7bd06753cec141e30a2cc05 (patch)
tree0a51b7bc53654ba5f24d83899d6bb85fc0cbc2e7
parent90e377f3a58149cfa9bca884af70732683b170c7 (diff)
downloadgnutls-d2fecbf049ac2affc7bd06753cec141e30a2cc05.tar.gz
default behavior is to send SSL3.0 client hellos.
-rw-r--r--lib/gnutls_priority.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c
index b6c1fba2b5..2f35a84689 100644
--- a/lib/gnutls_priority.c
+++ b/lib/gnutls_priority.c
@@ -537,6 +537,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";