]> source.dussan.org Git - tigervnc.git/commit
GnuTLS 3.x has removed gnutls_transport_set_global_errno() in favour of
authorPierre Ossman <ossman@cendio.se>
Tue, 3 Jul 2012 14:52:26 +0000 (14:52 +0000)
committerPierre Ossman <ossman@cendio.se>
Tue, 3 Jul 2012 14:52:26 +0000 (14:52 +0000)
commit2137f4f78f2b80faf96707907cd08562d83f1216
tree6b9c8f1e09c1dd343b65510d853ba9c3e62f1db6
parentfe48cd4d2427c0262cd58b30c74331a9fce756c7
GnuTLS 3.x has removed gnutls_transport_set_global_errno() in favour of
gnutls_transport_set_errno(). Make sure we call the right errno function
depending on which GnuTLS we're using.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4922 3789f03b-4d11-0410-bbf8-ca57d06f2519
CMakeLists.txt
common/rdr/TLSErrno.h [new file with mode: 0644]
common/rdr/TLSInStream.cxx
common/rdr/TLSOutStream.cxx
config.h.in