aboutsummaryrefslogtreecommitdiff
path: root/bigint48.h
diff options
context:
space:
mode:
Diffstat (limited to 'bigint48.h')
-rw-r--r--bigint48.h2
1 files changed, 1 insertions, 1 deletions
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 }