From e775aec64e75d5b3e5580ab2f0a860efe9ce4d1b Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sun, 8 Jul 2018 17:56:23 +0200 Subject: build: decouple GnuTLS|OpenSSL detection from WebSockets support --- rfb/rfb.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'rfb') diff --git a/rfb/rfb.h b/rfb/rfb.h index 6401e78..3d6d31e 100644 --- a/rfb/rfb.h +++ b/rfb/rfb.h @@ -378,10 +378,8 @@ typedef struct _rfbScreenInfo rfbDisplayFinishedHookPtr displayFinishedHook; /** xvpHook is called to handle an xvp client message */ rfbXvpHookPtr xvpHook; -#ifdef LIBVNCSERVER_WITH_WEBSOCKETS char *sslkeyfile; char *sslcertfile; -#endif int ipv6port; /**< The port to listen on when using IPv6. */ char* listen6Interface; /* We have an additional IPv6 listen socket since there are systems that @@ -690,12 +688,9 @@ typedef struct _rfbClientRec { int turboQualityLevel; /* 1-100 scale */ #endif #endif - -#ifdef LIBVNCSERVER_WITH_WEBSOCKETS rfbSslCtx *sslctx; wsCtx *wsctx; char *wspath; /* Requests path component */ -#endif } rfbClientRec, *rfbClientPtr; /** -- cgit v1.2.3