diff options
| author | Christian Beier <dontmind@freeshell.org> | 2017-09-02 17:02:38 +0200 |
|---|---|---|
| committer | Christian Beier <dontmind@freeshell.org> | 2017-09-02 17:02:38 +0200 |
| commit | 98e1be528f8c39a5c196ce251338e24bca948d90 (patch) | |
| tree | 903dcb4bcf92e41c71b7ed41d9533a597b0f2daa /libvncclient/tls_none.c | |
| parent | 1155edec9ecc8eab112d7131f844a911d4aeca8e (diff) | |
| parent | cb4e15c1aecbe283b87e4e97c1d485062ef7f571 (diff) | |
| download | libtdevnc-98e1be528f8c39a5c196ce251338e24bca948d90.tar.gz libtdevnc-98e1be528f8c39a5c196ce251338e24bca948d90.zip | |
Merge branch 'sasl2' of git://github.com/simonwaterman/libvncserver into simonwaterman-sasl2
Diffstat (limited to 'libvncclient/tls_none.c')
| -rw-r--r-- | libvncclient/tls_none.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libvncclient/tls_none.c b/libvncclient/tls_none.c index 91a9f93..4dfcb27 100644 --- a/libvncclient/tls_none.c +++ b/libvncclient/tls_none.c @@ -56,3 +56,12 @@ void FreeTLS(rfbClient* client) } +#ifdef LIBVNCSERVER_HAVE_SASL +int +GetTLSCipherBits(rfbClient* client) +{ + rfbClientLog("TLS is not supported.\n"); + return 0; +} +#endif /* LIBVNCSERVER_HAVE_SASL */ + |
