Remove some unneeded code
[openssl.git] / crypto / ec / curve448 / f_generic.c
index 135bab4828bb588fce901644bef812b57d80e8ba..097ee6d4b0629ac9e5dc644fea2a61c0c6db53a2 100644 (file)
@@ -17,7 +17,7 @@ static const gf MODULUS = {
                   0xffffffffffffff, 0xffffffffffffff)
 };
 
-/** Serialize to wire format. */
+/* Serialize to wire format. */
 void gf_serialize(uint8_t serial[SER_BYTES], const gf x, int with_hibit)
 {
     unsigned int j = 0, fill = 0;