]> source.dussan.org Git - tigervnc.git/commit
Fix priority string when using newer GnuTLS 1293/head
authorJan Grulich <jgrulich@redhat.com>
Thu, 15 Jul 2021 18:42:16 +0000 (20:42 +0200)
committerJan Grulich <jgrulich@redhat.com>
Fri, 16 Jul 2021 08:51:22 +0000 (10:51 +0200)
commit7f1e1e370e5fab9657edec1f1e74c49014769d15
treeb4115b262d10e099a53b06fceefb63bd51ac7118
parentdfc9421dcf0fc97ad99638df501b95cb162e95b2
Fix priority string when using newer GnuTLS

The call of gnutls_set_default_priority_append() expects a normal priority
string, which means it must not start with ':'.
common/rfb/CSecurityTLS.cxx
common/rfb/SSecurityTLS.cxx