SHA256
1
0
forked from pool/tigervnc
tigervnc/n_utilize-system-crypto-policies.patch
2021-03-05 16:49:00 +00:00

14 lines
486 B
Diff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Index: tigervnc-1.10.1/common/rfb/Security.cxx
===================================================================
--- tigervnc-1.10.1.orig/common/rfb/Security.cxx
+++ tigervnc-1.10.1/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 sessions handshake algorithms",
- "NORMAL");
+ "@SYSTEM");
#endif
Security::Security()