提交 3f9b187b 编写于 作者: D Dr. Stephen Henson

Fix warning.

上级 fb65e65e
......@@ -1065,7 +1065,7 @@ static AEP_RV MakeAEPBigNum(AEP_VOID_PTR ArbBigNum, AEP_U32 BigNumSize,
{
BIGNUM* bn;
const union { long one; char little; } is_endian = {1};
int i,j;
AEP_U32 i,j;
/*Cast the ArbBigNum pointer to our BIGNUM struct*/
bn = (BIGNUM*) ArbBigNum;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册