replace decrypt into kdecrypt

This commit is contained in:
chombier 2002-08-24 10:20:18 +00:00
parent f03f50da96
commit 5f9927e25c
1 changed files with 1 additions and 1 deletions

View File

@ -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)