"foo * bar" should be "foo *bar"
[openssl.git] / crypto / ec / curve448 / point_448.h
index e67ea68044ebad8c7ce00b68cbaddc5eb89b353d..597ded42114098e42f2ba0db4dd56b7575a46b43 100644 (file)
@@ -271,7 +271,7 @@ ossl_x448_derive_public_key(uint8_t out[X448_PUBLIC_BYTES],
  */
 void
 ossl_curve448_precomputed_scalarmul(curve448_point_t scaled,
-                                    const curve448_precomputed_s * base,
+                                    const curve448_precomputed_s *base,
                                     const curve448_scalar_t scalar);
 
 /*