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

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