Update from stable branch.
This commit is contained in:
parent
ec645d9017
commit
9cbf062a70
@ -186,7 +186,7 @@ int a2d_ASN1_OBJECT(unsigned char *out, int olen, const char *buf, int num)
|
|||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
while(blsize--)
|
while(blsize--)
|
||||||
tmp[i++] = BN_div_word(bl, 0x80L);
|
tmp[i++] = (unsigned char)BN_div_word(bl, 0x80L);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user