提交 949ce10e 编写于 作者: B Ben Laurie

Fix warning.

上级 8dee823e
......@@ -70,7 +70,8 @@ void OPENSSL_cleanse(void *ptr, size_t len)
*(p++) = (unsigned char)ctr;
ctr += (17 + ((size_t)p & 0xF));
}
if(p=memchr(ptr, (unsigned char)ctr, len))
p=memchr(ptr, (unsigned char)ctr, len);
if(p)
ctr += (63 + (size_t)p);
cleanse_ctr = (unsigned char)ctr;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册