diff options
Diffstat (limited to 'common/d3des.c')
-rw-r--r-- | common/d3des.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/common/d3des.c b/common/d3des.c index 7cb3bf0..db999a5 100644 --- a/common/d3des.c +++ b/common/d3des.c @@ -129,14 +129,6 @@ static void cookey(register unsigned long *raw1) return; } -void rfbCPKey(register unsigned long *into) -{ - register unsigned long *from, *endp; - - from = KnL, endp = &KnL[32]; - while( from < endp ) *into++ = *from++; - return; - } void rfbUseKey(register unsigned long *from) { |