]> source.dussan.org Git - tigervnc.git/commit
Use proper gnutls_free() on Windows
authorPierre Ossman <ossman@cendio.se>
Tue, 13 Aug 2024 13:53:07 +0000 (15:53 +0200)
committerPierre Ossman <ossman@cendio.se>
Tue, 13 Aug 2024 13:53:07 +0000 (15:53 +0200)
commitcfa4cc7dd223641176488dc3b41a53e6a81dade4
treed96b28c6048450e8a6228ea397fcb56b4b2c0208
parent92056dc8f4895524f999bb585de461f52f2dffe6
Use proper gnutls_free() on Windows

The underlying issue requiring this hack was fixed ages ago.
Unfortunately, the fixed GnuTLS doesn't consider static linking. So we
need to add a new hack that permits that.
common/rfb/CMakeLists.txt
common/rfb/CSecurityTLS.cxx