27 lines
934 B
Diff
27 lines
934 B
Diff
From a4eaf05533e0e92e159fd0b964c36279726bfad3 Mon Sep 17 00:00:00 2001
|
|
From: Michael Catanzaro <mcatanzaro@gnome.org>
|
|
Date: Wed, 15 Jun 2016 10:29:50 -0500
|
|
Subject: [PATCH] Comply with Fedora system-wide crypto policy
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=1179295
|
|
---
|
|
tls/gnutls/gtlsconnection-gnutls.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tls/gnutls/gtlsconnection-gnutls.c b/tls/gnutls/gtlsconnection-gnutls.c
|
|
index d2914fa..30fa34d 100644
|
|
--- a/tls/gnutls/gtlsconnection-gnutls.c
|
|
+++ b/tls/gnutls/gtlsconnection-gnutls.c
|
|
@@ -213,7 +213,7 @@ g_tls_connection_gnutls_init (GTlsConnectionGnutls *gnutls)
|
|
/* First field is "fallback", second is "allow unsafe rehandshaking" */
|
|
static gnutls_priority_t priorities[2][2];
|
|
|
|
-#define DEFAULT_BASE_PRIORITY "NORMAL:%COMPAT"
|
|
+#define DEFAULT_BASE_PRIORITY "@SYSTEM:%COMPAT"
|
|
|
|
static void
|
|
g_tls_connection_gnutls_init_priorities (void)
|
|
--
|
|
2.13.0
|
|
|