mirror of https://github.com/macssh/macssh.git
replace decrypt into kdecrypt
This commit is contained in:
parent
f03f50da96
commit
5f9927e25c
|
@ -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 we turned on encryption, we must decrypt the rest of the buffer.
|
||||||
*/
|
*/
|
||||||
if (s == TNREP_START_DECRYPT) {
|
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)
|
if (sizeof(sendbuffer) - sendlength)
|
||||||
|
|
Loading…
Reference in New Issue