diff options
author | Jan Grulich <jgrulich@redhat.com> | 2021-07-12 12:43:47 +0200 |
---|---|---|
committer | Jan Grulich <jgrulich@redhat.com> | 2021-07-14 13:57:16 +0200 |
commit | 9b96266830c2e565d1f3cadb322ebbc93ac94fa4 (patch) | |
tree | d55540125619a593176ef51b31cc7f384bcbe498 /common/rfb/Security.cxx | |
parent | 2a042c913ccc2ebf114386d33eb1aa4484d7aca4 (diff) | |
download | tigervnc-9b96266830c2e565d1f3cadb322ebbc93ac94fa4.tar.gz tigervnc-9b96266830c2e565d1f3cadb322ebbc93ac94fa4.zip |
Utilize system-wide crypto policies
Diffstat (limited to 'common/rfb/Security.cxx')
-rw-r--r-- | common/rfb/Security.cxx | 2 |
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() |