]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ec/ecp_nistp521.c
enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]
[thirdparty/openssl.git] / crypto / ec / ecp_nistp521.c
index 43f3e2d9eef34ac601ea1732157b69828960128d..4e6c0f98fbc7943ef9a4a27a9f119f544d060951 100644 (file)
@@ -1671,7 +1671,7 @@ const EC_METHOD *EC_GFp_nistp521_method(void)
  * FUNCTIONS TO MANAGE PRECOMPUTATION
  */
 
-static NISTP521_PRE_COMP *nistp521_pre_comp_new()
+static NISTP521_PRE_COMP *nistp521_pre_comp_new(void)
 {
     NISTP521_PRE_COMP *ret = OPENSSL_zalloc(sizeof(*ret));