Better error code when lacking __SIZEOF_INT128__
[openssl.git] / crypto / ec / ecp_nistp521.c
index 97846f8531a75dde8b731d0cbc86657633406865..3f68ae3c1c62cd7990a290f162578c232184d120 100644 (file)
@@ -45,7 +45,7 @@ NON_EMPTY_TRANSLATION_UNIT
 typedef __uint128_t uint128_t;  /* nonstandard; implemented by gcc on 64-bit
                                  * platforms */
 # else
-#  error "Need GCC 4.0 or later to define type uint128_t"
+#  error "Your compiler doesn't appear to support 128-bit integer types"
 # endif
 
 typedef uint8_t u8;