02bf1d5
From 0bb4eb0bbb45bf4d2265661a6cd566f20dc8ad61 Mon Sep 17 00:00:00 2001
Michael Catanzaro 441e95c
From: Michael Catanzaro <mcatanzaro@gnome.org>
Michael Catanzaro 441e95c
Date: Wed, 15 Jun 2016 10:29:50 -0500
Michael Catanzaro 441e95c
Subject: [PATCH] Comply with Fedora system-wide crypto policy
Michael Catanzaro 441e95c
Michael Catanzaro 441e95c
https://bugzilla.redhat.com/show_bug.cgi?id=1179295
Michael Catanzaro 441e95c
---
Michael Catanzaro 441e95c
 tls/gnutls/gtlsconnection-gnutls.c | 2 +-
Michael Catanzaro 441e95c
 1 file changed, 1 insertion(+), 1 deletion(-)
Michael Catanzaro 441e95c
Michael Catanzaro 441e95c
diff --git a/tls/gnutls/gtlsconnection-gnutls.c b/tls/gnutls/gtlsconnection-gnutls.c
02bf1d5
index 3b2afa4..4b7ebca 100644
Michael Catanzaro 441e95c
--- a/tls/gnutls/gtlsconnection-gnutls.c
Michael Catanzaro 441e95c
+++ b/tls/gnutls/gtlsconnection-gnutls.c
02bf1d5
@@ -280,7 +280,7 @@ static gnutls_priority_t priorities[2][2];
02bf1d5
 /* TODO: Get rid of this in favor of gnutls_set_default_priority_append()
02bf1d5
  * when upgrading to GnuTLS 3.6.3.
02bf1d5
  */
ab64cb4
-#define DEFAULT_BASE_PRIORITY "NORMAL:%COMPAT"
ab64cb4
+#define DEFAULT_BASE_PRIORITY "@SYSTEM:%COMPAT"
Michael Catanzaro 441e95c
 
Michael Catanzaro 441e95c
 static void
Michael Catanzaro 441e95c
 g_tls_connection_gnutls_init_priorities (void)
Michael Catanzaro 441e95c
-- 
02bf1d5
2.19.1
Michael Catanzaro 441e95c