ae10d2f2ae
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/tigervnc#7daeac56f7fd9c15c053b868a5890c9d8ff20d09
14 lines
430 B
Diff
14 lines
430 B
Diff
diff --git a/common/rfb/Security.cxx b/common/rfb/Security.cxx
|
||
index e623ab5..4987b29 100644
|
||
--- a/common/rfb/Security.cxx
|
||
+++ b/common/rfb/Security.cxx
|
||
@@ -52,7 +52,7 @@ static LogWriter vlog("Security");
|
||
#ifdef HAVE_GNUTLS
|
||
StringParameter Security::GnuTLSPriority("GnuTLSPriority",
|
||
"GnuTLS priority string that controls the TLS session’s handshake algorithms",
|
||
- "NORMAL");
|
||
+ "@SYSTEM");
|
||
#endif
|
||
|
||
Security::Security()
|