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

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