diff options
| author | Christian Beier <dontmind@freeshell.org> | 2018-11-07 14:12:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-07 14:12:28 +0100 |
| commit | 393e51884616f1e291779392ab33ee2bac338551 (patch) | |
| tree | 71f61a09c5fef62ea8776e7c341cd0db1552ae10 /libvncclient/rfbproto.c | |
| parent | 56d69d831f304c8b99b523e2b7826e00f913fd5c (diff) | |
| parent | 1a381cb7603f0ed3570facbad9fdf685d262a48c (diff) | |
| download | libtdevnc-393e51884616f1e291779392ab33ee2bac338551.tar.gz libtdevnc-393e51884616f1e291779392ab33ee2bac338551.zip | |
Merge pull request #264 from veyon/d3des-fixes
Make D3DES thread safe + minor fixes
Diffstat (limited to 'libvncclient/rfbproto.c')
| -rw-r--r-- | libvncclient/rfbproto.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libvncclient/rfbproto.c b/libvncclient/rfbproto.c index ac2a983..a024bb4 100644 --- a/libvncclient/rfbproto.c +++ b/libvncclient/rfbproto.c @@ -2426,7 +2426,6 @@ PrintPixelFormat(rfbPixelFormat *format) #define rfbDes rfbClientDes #define rfbDesKey rfbClientDesKey #define rfbUseKey rfbClientUseKey -#define rfbCPKey rfbClientCPKey #include "vncauth.c" #include "d3des.c" |
