Commit e2beac6d authored by Christian Beier's avatar Christian Beier

LibVNCClient: Fix build with no SSL/TLS library available.

parent f606179c
......@@ -17,6 +17,8 @@
* USA.
*/
#include <rfb/rfbclient.h>
#include <errno.h>
#include "tls.h"
rfbBool HandleAnonTLSAuth(rfbClient* client)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment