Fix warning on Win32.

This commit is contained in:
Dr. Stephen Henson 2003-09-29 17:19:24 +00:00
parent 0f4d260782
commit 093879e8be

View File

@ -376,7 +376,7 @@ void bn_mul_part_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int tn,
/* The overflow will stop before we over write
* words we should not overwrite */
if (ln < c1)
if (ln < (BN_ULONG)c1)
{
do {
p++;