提交 a3b17baf 编写于 作者: U Ulf Möller

signed/unsigned mismatch (VC++)

Submitted by: Peter 'Luna' Runestig" <peter+openssl-users@runestig.com>
上级 b478e91f
......@@ -846,7 +846,7 @@ start:
if (dest_maxlen > 0)
{
n = dest_maxlen - *dest_len; /* available space in 'dest' */
if (rr->length < n)
if (rr->length < (unsigned int) n)
n = rr->length; /* available bytes */
/* now move 'n' bytes: */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册