From: Nikos Mavrogiannopoulos Date: Thu, 13 Nov 2014 08:18:31 +0000 (+0100) Subject: The priority modifier %LATEST_RECORD_VERSION is now the default X-Git-Tag: gnutls_3_4_0~639 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66c419cc6336ea9a2747574588ffee77458b838f;p=thirdparty%2Fgnutls.git 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. --- diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c index 82abea6e31..6eebe8444d 100644 --- a/lib/gnutls_priority.c +++ b/lib/gnutls_priority.c @@ -1185,7 +1185,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;