]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Revert "The priority modifier %LATEST_RECORD_VERSION is now the default"
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 21 Nov 2014 14:41:25 +0000 (15:41 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 21 Nov 2014 14:41:25 +0000 (15:41 +0100)
This reverts commit 66c419cc6336ea9a2747574588ffee77458b838f.

lib/gnutls_priority.c

index a905ae4276f9fe6b2f74ad80c0739e2aea2e602b..2eae7a2cc5b4c3721b0152de671abfda8c2eab09 100644 (file)
@@ -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;