Skip to content

Commit

Permalink
Update from stable branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
snhenson committed Dec 5, 2005
1 parent ec645d9 commit 9cbf062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/asn1/a_object.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 9cbf062

Please sign in to comment.