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

pull/1/head
Christian Beier 12 years ago
parent f606179c9c
commit e2beac6d93

@ -17,6 +17,8 @@
* USA.
*/
#include <rfb/rfbclient.h>
#include <errno.h>
#include "tls.h"
rfbBool HandleAnonTLSAuth(rfbClient* client)

Loading…
Cancel
Save