Update from stable branch.

This commit is contained in:
Dr. Stephen Henson 2005-12-05 00:53:36 +00:00
parent ec645d9017
commit 9cbf062a70

View File

@ -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
{