From: Nikos Mavrogiannopoulos Date: Fri, 21 Nov 2014 14:41:25 +0000 (+0100) Subject: Revert "The priority modifier %LATEST_RECORD_VERSION is now the default" X-Git-Tag: gnutls_3_4_0~586 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28ecfc847725f614ebdc9531671ce16cd458834c;p=thirdparty%2Fgnutls.git Revert "The priority modifier %LATEST_RECORD_VERSION is now the default" This reverts commit 66c419cc6336ea9a2747574588ffee77458b838f. --- diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c index a905ae4276..2eae7a2cc5 100644 --- a/lib/gnutls_priority.c +++ b/lib/gnutls_priority.c @@ -1189,6 +1189,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; (*priority_cache)->max_empty_records = DEFAULT_MAX_EMPTY_RECORDS;