mvadkert / rpms / tigervnc

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