aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/Security.cxx
diff options
context:
space:
mode:
authorJan Grulich <jgrulich@redhat.com>2021-07-12 12:43:47 +0200
committerJan Grulich <jgrulich@redhat.com>2021-07-14 13:57:16 +0200
commit9b96266830c2e565d1f3cadb322ebbc93ac94fa4 (patch)
treed55540125619a593176ef51b31cc7f384bcbe498 /common/rfb/Security.cxx
parent2a042c913ccc2ebf114386d33eb1aa4484d7aca4 (diff)
downloadtigervnc-9b96266830c2e565d1f3cadb322ebbc93ac94fa4.tar.gz
tigervnc-9b96266830c2e565d1f3cadb322ebbc93ac94fa4.zip
Utilize system-wide crypto policies
Diffstat (limited to 'common/rfb/Security.cxx')
-rw-r--r--common/rfb/Security.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/Security.cxx b/common/rfb/Security.cxx
index 0666041c..59deb78d 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");
+ "");
#endif
Security::Security()