summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-11-13 09:18:31 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-11-13 09:20:05 +0100
commit96b408b20fe8707306f38cba6f652556b99a47e4 (patch)
treecf8f95077348ecd266ae5bf3ff3919caafdfe082
parente3033880302c9eab512637d852f319a844743797 (diff)
downloadgnutls-96b408b20fe8707306f38cba6f652556b99a47e4.tar.gz
The priority modifier %LATEST_RECORD_VERSION is now the default
This works-around issue with servers that forbit the SSL 3.0 version number from the first packet of the record protocol.
-rw-r--r--lib/gnutls_priority.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c
index 5c8b7aa359..13764c800c 100644
--- a/lib/gnutls_priority.c
+++ b/lib/gnutls_priority.c
@@ -1125,7 +1125,6 @@ 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;
(*priority_cache)->max_empty_records = DEFAULT_MAX_EMPTY_RECORDS;