From dbbfe4d490d9090846cd3b9ff137ae69fc01ce5b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 29 Mar 2016 01:03:05 -0400 Subject: add "biginttest" make target, fix bad constant in bigint48.h --- bigint48.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bigint48.h') diff --git a/bigint48.h b/bigint48.h index 92b119b..fbc7aaa 100644 --- a/bigint48.h +++ b/bigint48.h @@ -27,5 +27,5 @@ #define BIG_1T { 0x00, 0x10, 0xa5, 0xd4, 0xe8, 0x00 } /* max value for a ulong, 2**32-1 */ -#define BIG_MAX_ULONG { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff } +#define BIG_MAX_ULONG { 0xff, 0xff, 0xff, 0xff, 0x00, 0x00 } -- cgit v1.2.3