Remove some uneeded macros and conditionally compiled code
[openssl.git] / crypto / ec / curve448 / f_generic.c
index d09a989f6714e1a8ea51f3277fd52c216d144f07..b8ba0a691d4d9a2cc218c8c28a50dbe18a05d3c9 100644 (file)
 static const gf MODULUS = {FIELD_LITERAL(
     0xffffffffffffff, 0xffffffffffffff, 0xffffffffffffff, 0xffffffffffffff, 0xfffffffffffffe, 0xffffffffffffff, 0xffffffffffffff, 0xffffffffffffff
 )};
-    
-#if P_MOD_8 == 5
-    const gf SQRT_MINUS_ONE = {FIELD_LITERAL(
-        /* NOPE */
-    )};
-#endif
 
 /** Serialize to wire format. */
 void gf_serialize (uint8_t serial[SER_BYTES], const gf x, int with_hibit) {