forked from pool/tigervnc
Stefan Dirsch
d395eb038c
- Use the system crypto-policies [bsc#1183082] - Add n_utilize-system-crypto-policies.patch OBS-URL: https://build.opensuse.org/request/show/877274 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=201
14 lines
486 B
Diff
14 lines
486 B
Diff
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 session’s handshake algorithms",
|
||
- "NORMAL");
|
||
+ "@SYSTEM");
|
||
#endif
|
||
|
||
Security::Security()
|