diff options
author | Tobias Junghans <tobydox@veyon.io> | 2018-11-07 11:11:19 +0100 |
---|---|---|
committer | Tobias Junghans <tobydox@veyon.io> | 2018-11-07 12:45:59 +0100 |
commit | a70d3b2710b8fec3d7f15ff12da1becaccfe12e8 (patch) | |
tree | 4b3a61d7eeeff9e2bcb35e41f6764f98314a9549 /common/d3des.h | |
parent | f0aab31786c4986236d458caeb21b10d8e9e5502 (diff) | |
download | libtdevnc-a70d3b2710b8fec3d7f15ff12da1becaccfe12e8.tar.gz libtdevnc-a70d3b2710b8fec3d7f15ff12da1becaccfe12e8.zip |
common: d3des: drop unused rfbCPKey()
Diffstat (limited to 'common/d3des.h')
-rw-r--r-- | common/d3des.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/common/d3des.h b/common/d3des.h index e3761ca..bb7d182 100644 --- a/common/d3des.h +++ b/common/d3des.h @@ -37,12 +37,6 @@ extern void rfbUseKey(unsigned long *); * Loads the internal key register with the data in cookedkey. */ -extern void rfbCPKey(unsigned long *); -/* cookedkey[32] - * Copies the contents of the internal key register into the storage - * located at &cookedkey[0]. - */ - extern void rfbDes(unsigned char *, unsigned char *); /* from[8] to[8] * Encrypts/Decrypts (according to the key currently loaded in the |