Remove extraneous debugging

--HG--
extra : convert_revision : 58d53a027555e98d6d274b4659d38211eea7ad11
This commit is contained in:
Matt Johnston 2009-03-03 13:20:00 +00:00
parent ff763e4005
commit 2b54d3397c

View File

@ -250,8 +250,6 @@ void decrypt_packet() {
}
buf_incrpos(ses.readbuf, len);
printhex("readbuf decrypted", ses.readbuf->data, ses.readbuf->len);
/* check the hmac */
if (checkmac() != DROPBEAR_SUCCESS) {
dropbear_exit("Integrity error");