]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ec/ecp_nistp224.c
enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]
[thirdparty/openssl.git] / crypto / ec / ecp_nistp224.c
index 6e7c687c43c884f85781a9a9bf0cbf900fdec7bf..6155b546df8bb1cb190466af167e27775749d46d 100644 (file)
@@ -1212,7 +1212,7 @@ static void batch_mul(felem x_out, felem y_out, felem z_out,
  * FUNCTIONS TO MANAGE PRECOMPUTATION
  */
 
-static NISTP224_PRE_COMP *nistp224_pre_comp_new()
+static NISTP224_PRE_COMP *nistp224_pre_comp_new(void)
 {
     NISTP224_PRE_COMP *ret = OPENSSL_zalloc(sizeof(*ret));