Code tidy up
[openssl.git] / crypto / ec / curve448 / curve448utils.h
index 10902e7bedb692343092e78cf91c571d47aab32a..c92ce2eab8aa12b74727c182e82bcbcdb17759fc 100644 (file)
@@ -62,7 +62,7 @@ typedef int64_t c448_dsword_t;
 # endif
 
 /* C448_TRUE = -1 so that C448_TRUE & x = x */
-static const c448_bool_t C448_TRUE = -(c448_bool_t) 1;
+static const c448_bool_t C448_TRUE = 0 - (c448_bool_t)1;
 
 /* C448_FALSE = 0 so that C448_FALSE & x = 0 */
 static const c448_bool_t C448_FALSE = 0;