Skip to content
Snippets Groups Projects
Commit 2b54d339 authored by Matt Johnston's avatar Matt Johnston
Browse files

Remove extraneous debugging

--HG--
extra : convert_revision : 58d53a027555e98d6d274b4659d38211eea7ad11
parent ff763e40
Branches
Tags
No related merge requests found
...@@ -250,8 +250,6 @@ void decrypt_packet() { ...@@ -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");
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment