提交 9cbf062a 编写于 作者: D Dr. Stephen Henson

Update from stable branch.

上级 ec645d90
......@@ -186,7 +186,7 @@ int a2d_ASN1_OBJECT(unsigned char *out, int olen, const char *buf, int num)
goto err;
}
while(blsize--)
tmp[i++] = BN_div_word(bl, 0x80L);
tmp[i++] = (unsigned char)BN_div_word(bl, 0x80L);
}
else
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册