mirror of https://github.com/wolfSSL/wolfssh.git
Remove a confusing log entry with a comment.
parent
365be7d63c
commit
66ff87c0a8
|
@ -5066,8 +5066,8 @@ int DoReceive(WOLFSSH* ssh)
|
||||||
ssh->curSz + LENGTH_SZ - peerBlockSz);
|
ssh->curSz + LENGTH_SZ - peerBlockSz);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
WLOG(WS_LOG_INFO,
|
/* Entire packet fit in one block, don't need
|
||||||
"Not trying to decrypt short message.");
|
* to decrypt any more data this packet. */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Verify the buffer is big enough for the data and mac.
|
/* Verify the buffer is big enough for the data and mac.
|
||||||
|
|
Loading…
Reference in New Issue