Test INT_MAX rather than UINT_MAX
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/library/constant_time.c b/library/constant_time.c
index 3712643..d1d06e0 100644
--- a/library/constant_time.c
+++ b/library/constant_time.c
@@ -122,7 +122,7 @@
}
-#if (UINT_MAX < UINT32_MAX)
+#if (INT_MAX < INT32_MAX)
/* We don't support int smaller than 32-bits, but if someone tried to build
* with this configuration, there is a risk that, for differing data, the
* only bits set in diff are in the top 16-bits, and would be lost by a