Commit 0dba0613 authored by Ulf Möller's avatar Ulf Möller
Browse files

argl

parent e0c87508
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -786,7 +786,7 @@ int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b,

	if (dl < 0)
		{
		for (i=-dl; i>0; i++)
		for (i=-dl; i<0; i++)
			{
			if (b[n+i] != 0)
				return -1; /* a < b */