提交 537bf438 编写于 作者: R Rich Salz

Fix int/unsigned compiler complaint

Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 68fd6dce
......@@ -527,7 +527,7 @@ static IPAddressFamily *make_IPAddressFamily(IPAddrBlocks *addr,
{
IPAddressFamily *f;
unsigned char key[3];
unsigned keylen;
int keylen;
int i;
key[0] = (afi >> 8) & 0xFF;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册