From 5f9927e25c7b542fd05398e3f9051c1ee54052c4 Mon Sep 17 00:00:00 2001 From: chombier <> Date: Sat, 24 Aug 2002 10:20:18 +0000 Subject: [PATCH] replace decrypt into kdecrypt --- macssh/source/parse/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macssh/source/parse/parse.c b/macssh/source/parse/parse.c index 2a42a73..ab54600 100755 --- a/macssh/source/parse/parse.c +++ b/macssh/source/parse/parse.c @@ -821,7 +821,7 @@ static void process_suboption(struct WindRec *tw, unsigned char *start, unsigned * If we turned on encryption, we must decrypt the rest of the buffer. */ if (s == TNREP_START_DECRYPT) { - decrypt((tnParams *)tw->aedata, start, (long)(end-start)); + kdecrypt((tnParams *)tw->aedata, start, (long)(end-start)); } if (sizeof(sendbuffer) - sendlength)