Use void in all function definitions that do not take any arguments
[openssl.git] / crypto / ct / ct_log.c
index d442322e26b5ab66a8b038b97f88b4826213b99b..4e5c10905511d0cb560d999d5df7b4422dd8f322 100644 (file)
@@ -54,7 +54,7 @@ static CTLOG_STORE_LOAD_CTX *ctlog_store_load_ctx_new();
  */
 static void ctlog_store_load_ctx_free(CTLOG_STORE_LOAD_CTX* ctx);
 
-static CTLOG_STORE_LOAD_CTX *ctlog_store_load_ctx_new()
+static CTLOG_STORE_LOAD_CTX *ctlog_store_load_ctx_new(void)
 {
     CTLOG_STORE_LOAD_CTX *ctx = OPENSSL_zalloc(sizeof(*ctx));