mirror of
https://github.com/clearml/dropbear
synced 2025-05-04 04:04:55 +00:00
Remove extraneous debugging
--HG-- extra : convert_revision : 58d53a027555e98d6d274b4659d38211eea7ad11
This commit is contained in:
parent
ff763e4005
commit
2b54d3397c
2
packet.c
2
packet.c
@ -250,8 +250,6 @@ void decrypt_packet() {
|
|||||||
}
|
}
|
||||||
buf_incrpos(ses.readbuf, len);
|
buf_incrpos(ses.readbuf, len);
|
||||||
|
|
||||||
printhex("readbuf decrypted", ses.readbuf->data, ses.readbuf->len);
|
|
||||||
|
|
||||||
/* check the hmac */
|
/* check the hmac */
|
||||||
if (checkmac() != DROPBEAR_SUCCESS) {
|
if (checkmac() != DROPBEAR_SUCCESS) {
|
||||||
dropbear_exit("Integrity error");
|
dropbear_exit("Integrity error");
|
||||||
|
Loading…
Reference in New Issue
Block a user