Blame SOURCES/tigervnc-utilize-system-crypto-policies.patch

55ccb6
diff --git a/common/rfb/Security.cxx b/common/rfb/Security.cxx
55ccb6
index e623ab5..4987b29 100644
55ccb6
--- a/common/rfb/Security.cxx
55ccb6
+++ b/common/rfb/Security.cxx
55ccb6
@@ -52,7 +52,7 @@ static LogWriter vlog("Security");
55ccb6
 #ifdef HAVE_GNUTLS
55ccb6
 StringParameter Security::GnuTLSPriority("GnuTLSPriority",
55ccb6
   "GnuTLS priority string that controls the TLS session’s handshake algorithms",
55ccb6
-  "NORMAL");
55ccb6
+  "@SYSTEM");
55ccb6
 #endif
55ccb6
55ccb6
 Security::Security()