]> source.dussan.org Git - tigervnc.git/commit
Propagate errno to GnuTLS
authorPierre Ossman <ossman@cendio.se>
Thu, 10 Jun 2021 14:31:24 +0000 (16:31 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 11 Jun 2021 07:42:44 +0000 (09:42 +0200)
commitaa224673e44ba1346884b48e621dd1c8987c6828
tree63b9646ff5679d6f093be2fb7578bfd68a8c4624
parent1b00e9972268f854a6b41be490f311b6e43746b4
Propagate errno to GnuTLS

Give GnuTLS the correct errno from deeper layers, in the cases where we
know it. In most cases GnuTLS doesn't care, but just in case...
common/rdr/TLSInStream.cxx
common/rdr/TLSOutStream.cxx