Remove a confusing log entry with a comment.

pull/197/head
John Safranek 2019-09-12 14:04:10 -07:00
parent 365be7d63c
commit 66ff87c0a8
1 changed files with 2 additions and 2 deletions

View File

@ -5066,8 +5066,8 @@ int DoReceive(WOLFSSH* ssh)
ssh->curSz + LENGTH_SZ - peerBlockSz);
}
else {
WLOG(WS_LOG_INFO,
"Not trying to decrypt short message.");
/* Entire packet fit in one block, don't need
* to decrypt any more data this packet. */
}
/* Verify the buffer is big enough for the data and mac.